Html Css Color HEX #0DA231 Dark Pastel Green

📋 copy color: '#0DA231'

red 13 ◦ green 162 ◦ blue 49

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

Shades of Dark Pastel Green #0DA231

Tints of Dark Pastel Green #0DA231

RGB

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

 GREEN value IS 162 (63.67% from 255) = 72.32%

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

R = 5.8%
G = 72.32%
B = 21.88%

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

#0DA231 (or 0x0DA231) is known color: Dark Pastel Green. HEX triplet: 0D, A2 and 31. RGB value is (13,162,49). Sum of RGB (Red+Green+Blue) = 13+162+49=224 (29% of max value = 765). Red value is 13 (5.47% from 255 or 5.80% from 224); Green value is 162 (63.67% from 255 or 72.32% from 224); Blue value is 49 (19.53% from 255 or 21.88% from 224); Max value from RGB is 162 - color contains mainly: green. Hex color #0DA231 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0DA231 is #F25DCE. Grayscale: #686868. Windows color (decimal): -15883727 or 3252749. OLE color: 3252749.

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

Color convert

RGB 13 162 49 -
CMYK 0.92 0 0.70 0.36
HSL 134.5º 0.85% 0.34% -
HSV(B) 134.5º 0.92% 0.64% -
XYZ 13.64 26.15 7.23 -
YUV 104.57 96.64 62.69 -
System Red Green Blue C M Y K H S L
Decimal 13 162 49 0.92 0 0.70 0.36 134.5 0.85 0.34
Hex D A2 31 5C 0 46 24 86 55 22
Octal 15 242 61 134 0 106 44 206 125 42
Binary 1101 10100010 110001 1011100 0 1000110 100100 10000110 1010101 100010

Color Harmonies of #0DA231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DA231

Black with #0DA231

Text Example


Text Example

White with #0DA231

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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