#2B900A

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

Shades of Forest Green #2B900A

Tints of Forest Green #2B900A

Color information

#2B900A (or 0x2B900A) is unknown color: approx Forest Green. HEX triplet: 2B, 90 and 0A. RGB value is (43,144,10). Sum of RGB (Red+Green+Blue) = 43+144+10=197 (26% of max value = 765). Red value is 43 (17.19% from 255 or 21.83% from 197); Green value is 144 (56.64% from 255 or 73.10% from 197); Blue value is 10 (4.30% from 255 or 5.08% from 197); Max value from RGB is 144 - color contains mainly: green. Hex color #2B900A is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2B900A is #D46FF5. Grayscale: #626262. Windows color (decimal): -13922294 or 692267. OLE color: 692267.

HSL color Cylindrical-coordinate representation of color #2B900A: hue angle of 105.22º 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 #2B900A is Cyan = 0.70, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.44.

Color convert

RGB4314410-
CMYK0.7000.930.44
HSL105.22º87.01%30.2%-
HSV(B)105.22º93.06%56.47%-
XYZ11.0220.483.66-
YUV98.5278.0488.4-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 21.83%
GREEN value IS 144 (56.64% from 255) = 73.10%
BLUE value IS 10 (4.30% from 255) = 5.08%
R=21.83%
G=73.10%
B=5.08%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal43144100.7000.930.44105.2287.0130.2
Hex2B90A4605D2C69571e
Octal532201210601355415112736
Binary1010111001000010101000110010111011011001101001101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B900A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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