Html Css Color HEX #1BA012 Forest Green

📋 copy color: '#1BA012'

red 27 ◦ green 160 ◦ blue 18

#1BA012
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Forest Green #1BA012

Tints of Forest Green #1BA012

RGB

 RED value IS 27 (10.94% from 255) = 13.17%

 GREEN value IS 160 (62.89% from 255) = 78.05%

 BLUE value IS 18 (7.42% from 255) = 8.78%

R = 13.17%
G = 78.05%
B = 8.78%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.89

 K value IS 0.37

RGB Variations

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

Color information

#1BA012 (or 0x1BA012) is known color: Forest Green. HEX triplet: 1B, A0 and 12. RGB value is (27,160,18). Sum of RGB (Red+Green+Blue) = 27+160+18=205 (27% of max value = 765). Red value is 27 (10.94% from 255 or 13.17% from 205); Green value is 160 (62.89% from 255 or 78.05% from 205); Blue value is 18 (7.42% from 255 or 8.78% from 205); Max value from RGB is 160 - color contains mainly: green. Hex color #1BA012 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1BA012 is #E45FED. Grayscale: #686868. Windows color (decimal): -14966766 or 1220635. OLE color: 1220635.

HSL color Cylindrical-coordinate representation of color #1BA012: hue angle of 116.2º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1BA012 is Cyan = 0.83, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.37.

Color convert

RGB 27 160 18 -
CMYK 0.83 0 0.89 0.37
HSL 116.2º 0.8% 0.35% -
HSV(B) 116.2º 0.89% 0.63% -
XYZ 13.13 25.42 4.79 -
YUV 104.05 79.44 73.05 -
System Red Green Blue C M Y K H S L
Decimal 27 160 18 0.83 0 0.89 0.37 116.2 0.8 0.35
Hex 1B A0 12 53 0 59 25 74 50 23
Octal 33 240 22 123 0 131 45 164 120 43
Binary 11011 10100000 10010 1010011 0 1011001 100101 1110100 1010000 100011

Color Harmonies of #1BA012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1BA012

Black with #1BA012

Text Example


Text Example

White with #1BA012

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,160,18); }

 H1.HeaderClassName
 {
   color: #1BA012;
 }
 .AnyTagClassName
 {
   color: #1BA012;
 }
</style>

background-color css

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

 a { background-color: rgb(27,160,18); }

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

border-color css

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

 span { border-color: rgb(27,160,18); }

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