Html Css Color HEX #0DB32A Dark Pastel Green

📋 copy color: '#0DB32A'

red 13 ◦ green 179 ◦ blue 42

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

Shades of Dark Pastel Green #0DB32A

Tints of Dark Pastel Green #0DB32A

RGB

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

 GREEN value IS 179 (70.31% from 255) = 76.5%

 BLUE value IS 42 (16.8% from 255) = 17.95%

R = 5.56%
G = 76.5%
B = 17.95%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.77

 K value IS 0.30

RGB Variations

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

Color information

#0DB32A (or 0x0DB32A) is known color: Dark Pastel Green. HEX triplet: 0D, B3 and 2A. RGB value is (13,179,42). Sum of RGB (Red+Green+Blue) = 13+179+42=234 (30% of max value = 765). Red value is 13 (5.47% from 255 or 5.56% from 234); Green value is 179 (70.31% from 255 or 76.50% from 234); Blue value is 42 (16.80% from 255 or 17.95% from 234); Max value from RGB is 179 - color contains mainly: green. Hex color #0DB32A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0DB32A is #F24CD5. Grayscale: #727272. Windows color (decimal): -15879382 or 2798349. OLE color: 2798349.

HSL color Cylindrical-coordinate representation of color #0DB32A: hue angle of 130.48º degrees, saturation: 0.86, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DB32A is Cyan = 0.93, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.30.

Color convert

RGB 13 179 42 -
CMYK 0.93 0 0.77 0.30
HSL 130.48º 0.86% 0.38% -
HSV(B) 130.48º 0.93% 0.7% -
XYZ 16.7 32.49 7.58 -
YUV 113.75 87.5 56.14 -
System Red Green Blue C M Y K H S L
Decimal 13 179 42 0.93 0 0.77 0.30 130.48 0.86 0.38
Hex D B3 2A 5D 0 4D 1E 82 56 26
Octal 15 263 52 135 0 115 36 202 126 46
Binary 1101 10110011 101010 1011101 0 1001101 11110 10000010 1010110 100110

Color Harmonies of #0DB32A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DB32A

Black with #0DB32A

Text Example


Text Example

White with #0DB32A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,179,42); }

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

background-color css

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

 a { background-color: rgb(13,179,42); }

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

border-color css

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

 span { border-color: rgb(13,179,42); }

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