Html Css Color HEX #0DA331 Dark Pastel Green

📋 copy color: '#0DA331'

red 13 ◦ green 163 ◦ blue 49

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

Shades of Dark Pastel Green #0DA331

Tints of Dark Pastel Green #0DA331

RGB

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

 GREEN value IS 163 (64.06% from 255) = 72.44%

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

R = 5.78%
G = 72.44%
B = 21.78%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.70

 K value IS 0.36

RGB Variations

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

Color information

#0DA331 (or 0x0DA331) is known color: Dark Pastel Green. HEX triplet: 0D, A3 and 31. RGB value is (13,163,49). Sum of RGB (Red+Green+Blue) = 13+163+49=225 (29% of max value = 765). Red value is 13 (5.47% from 255 or 5.78% from 225); Green value is 163 (64.06% from 255 or 72.44% from 225); Blue value is 49 (19.53% from 255 or 21.78% from 225); Max value from RGB is 163 - color contains mainly: green. Hex color #0DA331 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0DA331 is #F25CCE. Grayscale: #696969. Windows color (decimal): -15883471 or 3253005. OLE color: 3253005.

HSL color Cylindrical-coordinate representation of color #0DA331: hue angle of 134.4º degrees, saturation: 0.85, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0DA331 is Cyan = 0.92, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.36.

Color convert

RGB 13 163 49 -
CMYK 0.92 0 0.70 0.36
HSL 134.4º 0.85% 0.35% -
HSV(B) 134.4º 0.92% 0.64% -
XYZ 13.82 26.5 7.29 -
YUV 105.15 96.31 62.27 -
System Red Green Blue C M Y K H S L
Decimal 13 163 49 0.92 0 0.70 0.36 134.4 0.85 0.35
Hex D A3 31 5C 0 46 24 86 55 23
Octal 15 243 61 134 0 106 44 206 125 43
Binary 1101 10100011 110001 1011100 0 1000110 100100 10000110 1010101 100011

Color Harmonies of #0DA331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DA331

Black with #0DA331

Text Example


Text Example

White with #0DA331

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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