#009E2F

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

Shades of Dark Pastel Green #009E2F

Tints of Dark Pastel Green #009E2F

Color information

#009E2F (or 0x009E2F) is unknown color: approx Dark Pastel Green. HEX triplet: 00, 9E and 2F. RGB value is (0,158,47). Sum of RGB (Red+Green+Blue) = 0+158+47=205 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 205); Green value is 158 (62.11% from 255 or 77.07% from 205); Blue value is 47 (18.75% from 255 or 22.93% from 205); Max value from RGB is 158 - color contains mainly: green. Hex color #009E2F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #009E2F is #FF61D0. Grayscale: #626262. Windows color (decimal): -16736721 or 3120640. OLE color: 3120640.

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

Color convert

RGB015847-
CMYK100.700.38
HSL137.85º100%30.98%-
HSV(B)137.85º100%61.96%-
XYZ12.7424.666.78-
YUV98.199.1558.03-

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.07%
BLUE value IS 47 (18.75% from 255) = 22.93%
R=0%
G=77.07%
B=22.93%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal015847100.700.38137.8510030.98
Hex09E2F64046268a641f
Octal02365714401064621214437
Binary01001111010111111001000100011010011010001010110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #009E2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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