#1B900A

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

Shades of Forest Green #1B900A

Tints of Forest Green #1B900A

Color information

#1B900A (or 0x1B900A) is unknown color: approx Forest Green. HEX triplet: 1B, 90 and 0A. RGB value is (27,144,10). Sum of RGB (Red+Green+Blue) = 27+144+10=181 (23% of max value = 765). Red value is 27 (10.94% from 255 or 14.92% from 181); Green value is 144 (56.64% from 255 or 79.56% from 181); Blue value is 10 (4.30% from 255 or 5.52% from 181); Max value from RGB is 144 - color contains mainly: green. Hex color #1B900A is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1B900A is #E46FF5. Grayscale: #5E5E5E. Windows color (decimal): -14970870 or 692251. OLE color: 692251.

HSL color Cylindrical-coordinate representation of color #1B900A: hue angle of 112.39º degrees, saturation: 0.87, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1B900A is Cyan = 0.81, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.44.

Color convert

RGB2714410-
CMYK0.8100.930.44
HSL112.39º87.01%30.2%-
HSV(B)112.39º93.06%56.47%-
XYZ10.4820.23.63-
YUV93.7480.7480.4-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 14.92%
GREEN value IS 144 (56.64% from 255) = 79.56%
BLUE value IS 10 (4.30% from 255) = 5.52%
R=14.92%
G=79.56%
B=5.52%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal27144100.8100.930.44112.3987.0130.2
Hex1B90A5105D2C70571e
Octal332201212101355416012736
Binary110111001000010101010001010111011011001110000101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B900A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,144,10); }

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

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

 a { background-color: rgb(27,144,10); }

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

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

 span { border-color: rgb(27,144,10); }

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