#2B9B06

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

Shades of Forest Green #2B9B06

Tints of Forest Green #2B9B06

Color information

#2B9B06 (or 0x2B9B06) is unknown color: approx Forest Green. HEX triplet: 2B, 9B and 06. RGB value is (43,155,6). Sum of RGB (Red+Green+Blue) = 43+155+6=204 (27% of max value = 765). Red value is 43 (17.19% from 255 or 21.08% from 204); Green value is 155 (60.94% from 255 or 75.98% from 204); Blue value is 6 (2.73% from 255 or 2.94% from 204); Max value from RGB is 155 - color contains mainly: green. Hex color #2B9B06 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2B9B06 is #D464F9. Grayscale: #696969. Windows color (decimal): -13919482 or 432939. OLE color: 432939.

HSL color Cylindrical-coordinate representation of color #2B9B06: hue angle of 105.1º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2B9B06 is Cyan = 0.72, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.39.

Color convert

RGB431556-
CMYK0.7200.960.39
HSL105.1º92.55%31.57%-
HSV(B)105.1º96.13%60.78%-
XYZ12.7523.974.13-
YUV104.5372.3984.12-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 21.08%
GREEN value IS 155 (60.94% from 255) = 75.98%
BLUE value IS 6 (2.73% from 255) = 2.94%
R=21.08%
G=75.98%
B=2.94%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal4315560.7200.960.39105.192.5531.57
Hex2B9B64806027695d20
Octal53233611001404715113540
Binary1010111001101111010010000110000010011111010011011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B9B06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,155,6); }

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

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

 a { background-color: rgb(43,155,6); }

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

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

 span { border-color: rgb(43,155,6); }

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