#2D962C

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

Shades of Forest Green #2D962C

Tints of Forest Green #2D962C

Color information

#2D962C (or 0x2D962C) is unknown color: approx Forest Green. HEX triplet: 2D, 96 and 2C. RGB value is (45,150,44). Sum of RGB (Red+Green+Blue) = 45+150+44=239 (31% of max value = 765). Red value is 45 (17.97% from 255 or 18.83% from 239); Green value is 150 (58.98% from 255 or 62.76% from 239); Blue value is 44 (17.58% from 255 or 18.41% from 239); Max value from RGB is 150 - color contains mainly: green. Hex color #2D962C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2D962C is #D269D3. Grayscale: #6A6A6A. Windows color (decimal): -13789652 or 2922029. OLE color: 2922029.

HSL color Cylindrical-coordinate representation of color #2D962C: hue angle of 119.43º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2D962C is Cyan = 0.70, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.41.

Color convert

RGB4515044-
CMYK0.7000.710.41
HSL119.43º54.64%38.04%-
HSV(B)119.43º70.67%58.82%-
XYZ12.4422.556.08-
YUV106.5292.7184.12-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 18.83%
GREEN value IS 150 (58.98% from 255) = 62.76%
BLUE value IS 44 (17.58% from 255) = 18.41%
R=18.83%
G=62.76%
B=18.41%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal45150440.7000.710.41119.4354.6438.04
Hex2D962C4604729773726
Octal55226541060107511676746
Binary101101100101101011001000110010001111010011110111110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D962C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,150,44); }

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

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

 a { background-color: rgb(45,150,44); }

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

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

 span { border-color: rgb(45,150,44); }

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