#2D9906

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

Shades of Forest Green #2D9906

Tints of Forest Green #2D9906

Color information

#2D9906 (or 0x2D9906) is unknown color: approx Forest Green. HEX triplet: 2D, 99 and 06. RGB value is (45,153,6). Sum of RGB (Red+Green+Blue) = 45+153+6=204 (27% of max value = 765). Red value is 45 (17.97% from 255 or 22.06% from 204); Green value is 153 (60.16% from 255 or 75% from 204); Blue value is 6 (2.73% from 255 or 2.94% from 204); Max value from RGB is 153 - color contains mainly: green. Hex color #2D9906 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2D9906 is #D266F9. Grayscale: #686868. Windows color (decimal): -13788922 or 432429. OLE color: 432429.

HSL color Cylindrical-coordinate representation of color #2D9906: hue angle of 104.08º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2D9906 is Cyan = 0.71, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.4.

Color convert

RGB451536-
CMYK0.7100.960.4
HSL104.08º92.45%31.18%-
HSV(B)104.08º96.08%60%-
XYZ12.5123.354.02-
YUV103.9572.7285.95-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 22.06%
GREEN value IS 153 (60.16% from 255) = 75%
BLUE value IS 6 (2.73% from 255) = 2.94%
R=22.06%
G=75%
B=2.94%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal4515360.7100.960.4104.0892.4531.18
Hex2D9964706028685c1f
Octal55231610701405015013437
Binary101101100110011101000111011000001010001101000101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D9906

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,153,6); }

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

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

 a { background-color: rgb(45,153,6); }

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

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

 span { border-color: rgb(45,153,6); }

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