#2B901C

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

Shades of Forest Green #2B901C

Tints of Forest Green #2B901C

Color information

#2B901C (or 0x2B901C) is unknown color: approx Forest Green. HEX triplet: 2B, 90 and 1C. RGB value is (43,144,28). Sum of RGB (Red+Green+Blue) = 43+144+28=215 (28% of max value = 765). Red value is 43 (17.19% from 255 or 20% from 215); Green value is 144 (56.64% from 255 or 66.98% from 215); Blue value is 28 (11.33% from 255 or 13.02% from 215); Max value from RGB is 144 - color contains mainly: green. Hex color #2B901C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2B901C is #D46FE3. Grayscale: #646464. Windows color (decimal): -13922276 or 1871915. OLE color: 1871915.

HSL color Cylindrical-coordinate representation of color #2B901C: hue angle of 112.24º degrees, saturation: 0.67, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2B901C is Cyan = 0.70, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.44.

Color convert

RGB4314428-
CMYK0.7000.810.44
HSL112.24º67.44%33.73%-
HSV(B)112.24º80.56%56.47%-
XYZ11.1820.544.47-
YUV100.5887.0486.93-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 20%
GREEN value IS 144 (56.64% from 255) = 66.98%
BLUE value IS 28 (11.33% from 255) = 13.02%
R=20%
G=66.98%
B=13.02%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal43144280.7000.810.44112.2467.4433.73
Hex2B901C460512C704322
Octal532203410601215416010342
Binary101011100100001110010001100101000110110011100001000011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B901C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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