#2B8B05

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

Shades of Forest Green #2B8B05

Tints of Forest Green #2B8B05

Color information

#2B8B05 (or 0x2B8B05) is unknown color: approx Forest Green. HEX triplet: 2B, 8B and 05. RGB value is (43,139,5). Sum of RGB (Red+Green+Blue) = 43+139+5=187 (24% of max value = 765). Red value is 43 (17.19% from 255 or 22.99% from 187); Green value is 139 (54.69% from 255 or 74.33% from 187); Blue value is 5 (2.34% from 255 or 2.67% from 187); Max value from RGB is 139 - color contains mainly: green. Hex color #2B8B05 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2B8B05 is #D474FA. Grayscale: #5F5F5F. Windows color (decimal): -13923579 or 363307. OLE color: 363307.

HSL color Cylindrical-coordinate representation of color #2B8B05: hue angle of 102.99º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2B8B05 is Cyan = 0.69, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.45.

Color convert

RGB431395-
CMYK0.6900.960.45
HSL102.99º93.06%28.24%-
HSV(B)102.99º96.4%54.51%-
XYZ10.2618.993.27-
YUV95.0277.290.9-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 22.99%
GREEN value IS 139 (54.69% from 255) = 74.33%
BLUE value IS 5 (2.34% from 255) = 2.67%
R=22.99%
G=74.33%
B=2.67%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal4313950.6900.960.45102.9993.0628.24
Hex2B8B5450602D675d1c
Octal53213510501405514713534
Binary101011100010111011000101011000001011011100111101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B8B05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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