#1BA40F

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

Shades of Forest Green #1BA40F

Tints of Forest Green #1BA40F

Color information

#1BA40F (or 0x1BA40F) is unknown color: approx Forest Green. HEX triplet: 1B, A4 and 0F. RGB value is (27,164,15). Sum of RGB (Red+Green+Blue) = 27+164+15=206 (27% of max value = 765). Red value is 27 (10.94% from 255 or 13.11% from 206); Green value is 164 (64.45% from 255 or 79.61% from 206); Blue value is 15 (6.25% from 255 or 7.28% from 206); Max value from RGB is 164 - color contains mainly: green. Hex color #1BA40F is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1BA40F is #E45BF0. Grayscale: #6A6A6A. Windows color (decimal): -14965745 or 1025051. OLE color: 1025051.

HSL color Cylindrical-coordinate representation of color #1BA40F: hue angle of 115.17º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1BA40F is Cyan = 0.84, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.36.

Color convert

RGB2716415-
CMYK0.8400.910.36
HSL115.17º83.24%35.1%-
HSV(B)115.17º90.85%64.31%-
XYZ13.8126.824.9-
YUV106.0576.6171.62-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 13.11%
GREEN value IS 164 (64.45% from 255) = 79.61%
BLUE value IS 15 (6.25% from 255) = 7.28%
R=13.11%
G=79.61%
B=7.28%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal27164150.8400.910.36115.1783.2435.1
Hex1BA4F5405B24735323
Octal332441712401334416312343
Binary1101110100100111110101000101101110010011100111010011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1BA40F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,164,15); }

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

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

 a { background-color: rgb(27,164,15); }

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

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

 span { border-color: rgb(27,164,15); }

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