Html Css Color HEX #0DA431 Dark Pastel Green

📋 copy color: '#0DA431'

red 13 ◦ green 164 ◦ blue 49

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

Shades of Dark Pastel Green #0DA431

Tints of Dark Pastel Green #0DA431

RGB

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

 GREEN value IS 164 (64.45% from 255) = 72.57%

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

R = 5.75%
G = 72.57%
B = 21.68%

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

#0DA431 (or 0x0DA431) is known color: Dark Pastel Green. HEX triplet: 0D, A4 and 31. RGB value is (13,164,49). Sum of RGB (Red+Green+Blue) = 13+164+49=226 (29% of max value = 765). Red value is 13 (5.47% from 255 or 5.75% from 226); Green value is 164 (64.45% from 255 or 72.57% from 226); Blue value is 49 (19.53% from 255 or 21.68% from 226); Max value from RGB is 164 - color contains mainly: green. Hex color #0DA431 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0DA431 is #F25BCE. Grayscale: #6A6A6A. Windows color (decimal): -15883215 or 3253261. OLE color: 3253261.

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

Color convert

RGB 13 164 49 -
CMYK 0.92 0 0.70 0.36
HSL 134.3º 0.85% 0.35% -
HSV(B) 134.3º 0.92% 0.64% -
XYZ 14 26.86 7.35 -
YUV 105.74 95.97 61.85 -
System Red Green Blue C M Y K H S L
Decimal 13 164 49 0.92 0 0.70 0.36 134.3 0.85 0.35
Hex D A4 31 5C 0 46 24 86 55 23
Octal 15 244 61 134 0 106 44 206 125 43
Binary 1101 10100100 110001 1011100 0 1000110 100100 10000110 1010101 100011

Color Harmonies of #0DA431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DA431

Black with #0DA431

Text Example


Text Example

White with #0DA431

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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