#2D9E10

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

Shades of Forest Green #2D9E10

Tints of Forest Green #2D9E10

Color information

#2D9E10 (or 0x2D9E10) is unknown color: approx Forest Green. HEX triplet: 2D, 9E and 10. RGB value is (45,158,16). Sum of RGB (Red+Green+Blue) = 45+158+16=219 (29% of max value = 765). Red value is 45 (17.97% from 255 or 20.55% from 219); Green value is 158 (62.11% from 255 or 72.15% from 219); Blue value is 16 (6.64% from 255 or 7.31% from 219); Max value from RGB is 158 - color contains mainly: green. Hex color #2D9E10 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2D9E10 is #D261EF. Grayscale: #6C6C6C. Windows color (decimal): -13787632 or 1089069. OLE color: 1089069.

HSL color Cylindrical-coordinate representation of color #2D9E10: hue angle of 107.75º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2D9E10 is Cyan = 0.72, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.38.

Color convert

RGB4515816-
CMYK0.7200.900.38
HSL107.75º81.61%34.12%-
HSV(B)107.75º89.87%61.96%-
XYZ13.425.054.62-
YUV108.0276.0683.05-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 20.55%
GREEN value IS 158 (62.11% from 255) = 72.15%
BLUE value IS 16 (6.64% from 255) = 7.31%
R=20.55%
G=72.15%
B=7.31%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal45158160.7200.900.38107.7581.6134.12
Hex2D9E104805A266c5222
Octal552362011001324615412242
Binary101101100111101000010010000101101010011011011001010010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D9E10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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