#2D8930

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

Shades of Forest Green #2D8930

Tints of Forest Green #2D8930

Color information

#2D8930 (or 0x2D8930) is unknown color: approx Forest Green. HEX triplet: 2D, 89 and 30. RGB value is (45,137,48). Sum of RGB (Red+Green+Blue) = 45+137+48=230 (30% of max value = 765). Red value is 45 (17.97% from 255 or 19.57% from 230); Green value is 137 (53.91% from 255 or 59.57% from 230); Blue value is 48 (19.14% from 255 or 20.87% from 230); Max value from RGB is 137 - color contains mainly: green. Hex color #2D8930 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2D8930 is #D276CF. Grayscale: #636363. Windows color (decimal): -13792976 or 3180845. OLE color: 3180845.

HSL color Cylindrical-coordinate representation of color #2D8930: hue angle of 121.96º degrees, saturation: 0.51, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2D8930 is Cyan = 0.67, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.46.

Color convert

RGB4513748-
CMYK0.6700.650.46
HSL121.96º50.55%35.69%-
HSV(B)121.96º67.15%53.73%-
XYZ10.5618.665.84-
YUV99.3599.0289.24-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 19.57%
GREEN value IS 137 (53.91% from 255) = 59.57%
BLUE value IS 48 (19.14% from 255) = 20.87%
R=19.57%
G=59.57%
B=20.87%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal45137480.6700.650.46121.9650.5535.69
Hex2D8930430412E7a3324
Octal55211601030101561726344
Binary101101100010011100001000011010000011011101111010110011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D8930

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,137,48); }

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

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

 a { background-color: rgb(45,137,48); }

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

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

 span { border-color: rgb(45,137,48); }

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