Html Css Color HEX #1BA010 Forest Green

📋 copy color: '#1BA010'

red 27 ◦ green 160 ◦ blue 16

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

Shades of Forest Green #1BA010

Tints of Forest Green #1BA010

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 7.88%

R = 13.3%
G = 78.82%
B = 7.88%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.9

 K value IS 0.37

RGB Variations

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

Color information

#1BA010 (or 0x1BA010) is known color: Forest Green. HEX triplet: 1B, A0 and 10. RGB value is (27,160,16). Sum of RGB (Red+Green+Blue) = 27+160+16=203 (26% of max value = 765). Red value is 27 (10.94% from 255 or 13.30% from 203); Green value is 160 (62.89% from 255 or 78.82% from 203); Blue value is 16 (6.64% from 255 or 7.88% from 203); Max value from RGB is 160 - color contains mainly: green. Hex color #1BA010 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1BA010 is #E45FEF. Grayscale: #686868. Windows color (decimal): -14966768 or 1089563. OLE color: 1089563.

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

Color convert

RGB 27 160 16 -
CMYK 0.83 0 0.9 0.37
HSL 115.42º 0.82% 0.35% -
HSV(B) 115.42º 0.9% 0.63% -
XYZ 13.12 25.41 4.7 -
YUV 103.82 78.44 73.21 -
System Red Green Blue C M Y K H S L
Decimal 27 160 16 0.83 0 0.9 0.37 115.42 0.82 0.35
Hex 1B A0 10 53 0 5A 25 73 52 23
Octal 33 240 20 123 0 132 45 163 122 43
Binary 11011 10100000 10000 1010011 0 1011010 100101 1110011 1010010 100011

Color Harmonies of #1BA010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1BA010

Black with #1BA010

Text Example


Text Example

White with #1BA010

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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