#0D9E32

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

Shades of Dark Pastel Green #0D9E32

Tints of Dark Pastel Green #0D9E32

Color information

#0D9E32 (or 0x0D9E32) is unknown color: approx Dark Pastel Green. HEX triplet: 0D, 9E and 32. RGB value is (13,158,50). Sum of RGB (Red+Green+Blue) = 13+158+50=221 (29% of max value = 765). Red value is 13 (5.47% from 255 or 5.88% from 221); Green value is 158 (62.11% from 255 or 71.49% from 221); Blue value is 50 (19.92% from 255 or 22.62% from 221); Max value from RGB is 158 - color contains mainly: green. Hex color #0D9E32 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0D9E32 is #F261CD. Grayscale: #666666. Windows color (decimal): -15884750 or 3317261. OLE color: 3317261.

HSL color Cylindrical-coordinate representation of color #0D9E32: hue angle of 135.31º degrees, saturation: 0.85, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0D9E32 is Cyan = 0.92, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.38.

Color convert

RGB1315850-
CMYK0.9200.680.38
HSL135.31º84.8%33.53%-
HSV(B)135.31º91.77%61.96%-
XYZ12.9724.777.12-
YUV102.3398.4664.28-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 5.88%
GREEN value IS 158 (62.11% from 255) = 71.49%
BLUE value IS 50 (19.92% from 255) = 22.62%
R=5.88%
G=71.49%
B=22.62%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal13158500.9200.680.38135.3184.833.53
HexD9E325C04426875522
Octal152366213401044620712542
Binary110110011110110010101110001000100100110100001111010101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D9E32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0D9E32; }

 p { color: rgb(13,158,50); }

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

<style>
 a { background-color: #0D9E32; }

 a { background-color: rgb(13,158,50); }

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

<style>
 span { border-color: #0D9E32; }

 span { border-color: rgb(13,158,50); }

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