#2B8F05

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

Shades of Forest Green #2B8F05

Tints of Forest Green #2B8F05

Color information

#2B8F05 (or 0x2B8F05) is unknown color: approx Forest Green. HEX triplet: 2B, 8F and 05. RGB value is (43,143,5). Sum of RGB (Red+Green+Blue) = 43+143+5=191 (25% of max value = 765). Red value is 43 (17.19% from 255 or 22.51% from 191); Green value is 143 (56.25% from 255 or 74.87% from 191); Blue value is 5 (2.34% from 255 or 2.62% from 191); Max value from RGB is 143 - color contains mainly: green. Hex color #2B8F05 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2B8F05 is #D470FA. Grayscale: #616161. Windows color (decimal): -13922555 or 364331. OLE color: 364331.

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

Color convert

RGB431435-
CMYK0.7000.970.44
HSL103.48º93.24%29.02%-
HSV(B)103.48º96.5%56.08%-
XYZ10.8520.173.47-
YUV97.3775.8789.22-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 22.51%
GREEN value IS 143 (56.25% from 255) = 74.87%
BLUE value IS 5 (2.34% from 255) = 2.62%
R=22.51%
G=74.87%
B=2.62%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal4314350.7000.970.44103.4893.2429.02
Hex2B8F5460612C675d1d
Octal53217510601415414713535
Binary101011100011111011000110011000011011001100111101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B8F05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,143,5); }

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

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

 a { background-color: rgb(43,143,5); }

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

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

 span { border-color: rgb(43,143,5); }

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