#0DAA31

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

Shades of Dark Pastel Green #0DAA31

Tints of Dark Pastel Green #0DAA31

Color information

#0DAA31 (or 0x0DAA31) is unknown color: approx Dark Pastel Green. HEX triplet: 0D, AA and 31. RGB value is (13,170,49). Sum of RGB (Red+Green+Blue) = 13+170+49=232 (30% of max value = 765). Red value is 13 (5.47% from 255 or 5.60% from 232); Green value is 170 (66.80% from 255 or 73.28% from 232); Blue value is 49 (19.53% from 255 or 21.12% from 232); Max value from RGB is 170 - color contains mainly: green. Hex color #0DAA31 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0DAA31 is #F255CE. Grayscale: #6D6D6D. Windows color (decimal): -15881679 or 3254797. OLE color: 3254797.

HSL color Cylindrical-coordinate representation of color #0DAA31: hue angle of 133.76º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0DAA31 is Cyan = 0.92, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.33.

Color convert

RGB1317049-
CMYK0.9200.710.33
HSL133.76º85.79%35.88%-
HSV(B)133.76º92.35%66.67%-
XYZ15.129.067.72-
YUV109.2693.9959.34-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 5.60%
GREEN value IS 170 (66.80% from 255) = 73.28%
BLUE value IS 49 (19.53% from 255) = 21.12%
R=5.60%
G=73.28%
B=21.12%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal13170490.9200.710.33133.7685.7935.88
HexDAA315C04721865624
Octal152526113401074120612644
Binary110110101010110001101110001000111100001100001101010110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0DAA31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,170,49); }

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

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

 a { background-color: rgb(13,170,49); }

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

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

 span { border-color: rgb(13,170,49); }

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