#009E2C

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

Shades of Dark Pastel Green #009E2C

Tints of Dark Pastel Green #009E2C

Color information

#009E2C (or 0x009E2C) is unknown color: approx Dark Pastel Green. HEX triplet: 00, 9E and 2C. RGB value is (0,158,44). Sum of RGB (Red+Green+Blue) = 0+158+44=202 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 202); Green value is 158 (62.11% from 255 or 78.22% from 202); Blue value is 44 (17.58% from 255 or 21.78% from 202); Max value from RGB is 158 - color contains mainly: green. Hex color #009E2C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #009E2C is #FF61D3. Grayscale: #626262. Windows color (decimal): -16736724 or 2924032. OLE color: 2924032.

HSL color Cylindrical-coordinate representation of color #009E2C: hue angle of 136.71º 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 #009E2C is Cyan = 1, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.38.

Color convert

RGB015844-
CMYK100.720.38
HSL136.71º100%30.98%-
HSV(B)136.71º100%61.96%-
XYZ12.6824.646.47-
YUV97.7697.6558.27-

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) = 78.22%
BLUE value IS 44 (17.58% from 255) = 21.78%
R=0%
G=78.22%
B=21.78%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal015844100.720.38136.7110030.98
Hex09E2C640482689641f
Octal02365414401104621114437
Binary01001111010110011001000100100010011010001001110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #009E2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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