Html Css Color HEX #0DA031 Dark Pastel Green

📋 copy color: '#0DA031'

red 13 ◦ green 160 ◦ blue 49

#0DA031
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Pastel Green #0DA031

Tints of Dark Pastel Green #0DA031

RGB

 RED value IS 13 (5.47% from 255) = 5.86%

 GREEN value IS 160 (62.89% from 255) = 72.07%

 BLUE value IS 49 (19.53% from 255) = 22.07%

R = 5.86%
G = 72.07%
B = 22.07%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.69

 K value IS 0.37

RGB Variations

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

Color information

#0DA031 (or 0x0DA031) is known color: Dark Pastel Green. HEX triplet: 0D, A0 and 31. RGB value is (13,160,49). Sum of RGB (Red+Green+Blue) = 13+160+49=222 (29% of max value = 765). Red value is 13 (5.47% from 255 or 5.86% from 222); Green value is 160 (62.89% from 255 or 72.07% from 222); Blue value is 49 (19.53% from 255 or 22.07% from 222); Max value from RGB is 160 - color contains mainly: green. Hex color #0DA031 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0DA031 is #F25FCE. Grayscale: #676767. Windows color (decimal): -15884239 or 3252237. OLE color: 3252237.

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

Color convert

RGB 13 160 49 -
CMYK 0.92 0 0.69 0.37
HSL 134.69º 0.85% 0.34% -
HSV(B) 134.69º 0.92% 0.63% -
XYZ 13.29 25.45 7.12 -
YUV 103.39 97.3 63.53 -
System Red Green Blue C M Y K H S L
Decimal 13 160 49 0.92 0 0.69 0.37 134.69 0.85 0.34
Hex D A0 31 5C 0 45 25 87 55 22
Octal 15 240 61 134 0 105 45 207 125 42
Binary 1101 10100000 110001 1011100 0 1000101 100101 10000111 1010101 100010

Color Harmonies of #0DA031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DA031

Black with #0DA031

Text Example


Text Example

White with #0DA031

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0DA031;
 }
 .AnyTagClassName
 {
   color: #0DA031;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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