#2D950F

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

Shades of Forest Green #2D950F

Tints of Forest Green #2D950F

Color information

#2D950F (or 0x2D950F) is unknown color: approx Forest Green. HEX triplet: 2D, 95 and 0F. RGB value is (45,149,15). Sum of RGB (Red+Green+Blue) = 45+149+15=209 (27% of max value = 765). Red value is 45 (17.97% from 255 or 21.53% from 209); Green value is 149 (58.59% from 255 or 71.29% from 209); Blue value is 15 (6.25% from 255 or 7.18% from 209); Max value from RGB is 149 - color contains mainly: green. Hex color #2D950F is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2D950F is #D26AF0. Grayscale: #676767. Windows color (decimal): -13789937 or 1021229. OLE color: 1021229.

HSL color Cylindrical-coordinate representation of color #2D950F: hue angle of 106.57º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2D950F is Cyan = 0.70, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.42.

Color convert

RGB4514915-
CMYK0.7000.900.42
HSL106.57º81.71%32.16%-
HSV(B)106.57º89.93%58.43%-
XYZ11.9222.094.09-
YUV102.6378.5486.9-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 21.53%
GREEN value IS 149 (58.59% from 255) = 71.29%
BLUE value IS 15 (6.25% from 255) = 7.18%
R=21.53%
G=71.29%
B=7.18%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal45149150.7000.900.42106.5781.7132.16
Hex2D95F4605A2A6b5220
Octal552251710601325215312240
Binary10110110010101111110001100101101010101011010111010010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D950F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,149,15); }

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

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

 a { background-color: rgb(45,149,15); }

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

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

 span { border-color: rgb(45,149,15); }

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