#2D9E3A

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

Shades of Forest Green #2D9E3A

Tints of Forest Green #2D9E3A

Color information

#2D9E3A (or 0x2D9E3A) is unknown color: approx Forest Green. HEX triplet: 2D, 9E and 3A. RGB value is (45,158,58). Sum of RGB (Red+Green+Blue) = 45+158+58=261 (34% of max value = 765). Red value is 45 (17.97% from 255 or 17.24% from 261); Green value is 158 (62.11% from 255 or 60.54% from 261); Blue value is 58 (23.05% from 255 or 22.22% from 261); Max value from RGB is 158 - color contains mainly: green. Hex color #2D9E3A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2D9E3A is #D261C5. Grayscale: #717171. Windows color (decimal): -13787590 or 3841581. OLE color: 3841581.

HSL color Cylindrical-coordinate representation of color #2D9E3A: hue angle of 126.9º degrees, saturation: 0.56, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2D9E3A is Cyan = 0.72, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.38.

Color convert

RGB4515858-
CMYK0.7200.630.38
HSL126.9º55.67%39.8%-
HSV(B)126.9º71.52%61.96%-
XYZ14.0725.328.15-
YUV112.8197.0679.63-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 17.24%
GREEN value IS 158 (62.11% from 255) = 60.54%
BLUE value IS 58 (23.05% from 255) = 22.22%
R=17.24%
G=60.54%
B=22.22%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal45158580.7200.630.38126.955.6739.8
Hex2D9E3A4803F267f3828
Octal5523672110077461777050
Binary10110110011110111010100100001111111001101111111111000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D9E3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,158,58); }

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

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

 a { background-color: rgb(45,158,58); }

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

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

 span { border-color: rgb(45,158,58); }

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