#1BAD14

Color #1BAD14 Forest Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Forest Green #1BAD14

Tints of Forest Green #1BAD14

Color information

#1BAD14 (or 0x1BAD14) is unknown color: approx Forest Green. HEX triplet: 1B, AD and 14. RGB value is (27,173,20). Sum of RGB (Red+Green+Blue) = 27+173+20=220 (29% of max value = 765). Red value is 27 (10.94% from 255 or 12.27% from 220); Green value is 173 (67.97% from 255 or 78.64% from 220); Blue value is 20 (8.20% from 255 or 9.09% from 220); Max value from RGB is 173 - color contains mainly: green. Hex color #1BAD14 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1BAD14 is #E452EB. Grayscale: #707070. Windows color (decimal): -14963436 or 1355035. OLE color: 1355035.

HSL color Cylindrical-coordinate representation of color #1BAD14: hue angle of 117.25º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1BAD14 is Cyan = 0.84, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.32.

Color convert

RGB2717320-
CMYK0.8400.880.32
HSL117.25º79.27%37.84%-
HSV(B)117.25º88.44%67.84%-
XYZ15.5230.175.67-
YUV111.976.1367.44-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 27 (10.94% from 255) = 12.27%
GREEN value IS 173 (67.97% from 255) = 78.64%
BLUE value IS 20 (8.20% from 255) = 9.09%
R=12.27%
G=78.64%
B=9.09%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal27173200.8400.880.32117.2579.2737.84
Hex1BAD145405820754f26
Octal332552412401304016511746
Binary11011101011011010010101000101100010000011101011001111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1BAD14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1BAD14; }

 p { color: rgb(27,173,20); }

 H1.HeaderClassName
 {
   color: #1BAD14;
 }
 .AnyTagClassName
 {
   color: #1BAD14;
 }
</style>
background-color css

<style>
 a { background-color: #1BAD14; }

 a { background-color: rgb(27,173,20); }

 div.DivClassName
 {
   background-color: #1BAD14;
 }
 .BgClassName
 {
   background-color: #1BAD14;
 }
</style>
border-color css

<style>
 span { border-color: #1BAD14; }

 span { border-color: rgb(27,173,20); }

 td.TdClassName
 {
   border-color: #1BAD14;
 }
 .TagClassName
 {
   border-color: #1BAD14;
 }
</style>