#009E2D

Color #009E2D Dark Pastel Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Pastel Green #009E2D

Tints of Dark Pastel Green #009E2D

Color information

#009E2D (or 0x009E2D) is unknown color: approx Dark Pastel Green. HEX triplet: 00, 9E and 2D. RGB value is (0,158,45). Sum of RGB (Red+Green+Blue) = 0+158+45=203 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 203); Green value is 158 (62.11% from 255 or 77.83% from 203); Blue value is 45 (17.97% from 255 or 22.17% from 203); Max value from RGB is 158 - color contains mainly: green. Hex color #009E2D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #009E2D is #FF61D2. Grayscale: #626262. Windows color (decimal): -16736723 or 2989568. OLE color: 2989568.

HSL color Cylindrical-coordinate representation of color #009E2D: hue angle of 137.09º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #009E2D is Cyan = 1, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.38.

Color convert

RGB015845-
CMYK100.720.38
HSL137.09º100%30.98%-
HSV(B)137.09º100%61.96%-
XYZ12.724.646.57-
YUV97.8898.1558.19-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 158 (62.11% from 255) = 77.83%
BLUE value IS 45 (17.97% from 255) = 22.17%
R=0%
G=77.83%
B=22.17%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal015845100.720.38137.0910030.98
Hex09E2D640482689641f
Octal02365514401104621114437
Binary01001111010110111001000100100010011010001001110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #009E2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #009E2D; }

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

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

<style>
 a { background-color: #009E2D; }

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

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

<style>
 span { border-color: #009E2D; }

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

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