#0D9E34

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

Shades of Dark Pastel Green #0D9E34

Tints of Dark Pastel Green #0D9E34

Color information

#0D9E34 (or 0x0D9E34) is unknown color: approx Dark Pastel Green. HEX triplet: 0D, 9E and 34. RGB value is (13,158,52). Sum of RGB (Red+Green+Blue) = 13+158+52=223 (29% of max value = 765). Red value is 13 (5.47% from 255 or 5.83% from 223); Green value is 158 (62.11% from 255 or 70.85% from 223); Blue value is 52 (20.70% from 255 or 23.32% from 223); Max value from RGB is 158 - color contains mainly: green. Hex color #0D9E34 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0D9E34 is #F261CB. Grayscale: #666666. Windows color (decimal): -15884748 or 3448333. OLE color: 3448333.

HSL color Cylindrical-coordinate representation of color #0D9E34: hue angle of 136.14º 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 #0D9E34 is Cyan = 0.92, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.38.

Color convert

RGB1315852-
CMYK0.9200.670.38
HSL136.14º84.8%33.53%-
HSV(B)136.14º91.77%61.96%-
XYZ13.0124.797.35-
YUV102.5699.4664.12-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 5.83%
GREEN value IS 158 (62.11% from 255) = 70.85%
BLUE value IS 52 (20.70% from 255) = 23.32%
R=5.83%
G=70.85%
B=23.32%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal13158520.9200.670.38136.1484.833.53
HexD9E345C04326885522
Octal152366413401034621012542
Binary110110011110110100101110001000011100110100010001010101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D9E34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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