Html Css Color HEX #0DB32C Dark Pastel Green

📋 copy color: '#0DB32C'

red 13 ◦ green 179 ◦ blue 44

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

Shades of Dark Pastel Green #0DB32C

Tints of Dark Pastel Green #0DB32C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 18.64%

R = 5.51%
G = 75.85%
B = 18.64%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.75

 K value IS 0.30

RGB Variations

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

Color information

#0DB32C (or 0x0DB32C) is known color: Dark Pastel Green. HEX triplet: 0D, B3 and 2C. RGB value is (13,179,44). Sum of RGB (Red+Green+Blue) = 13+179+44=236 (31% of max value = 765). Red value is 13 (5.47% from 255 or 5.51% from 236); Green value is 179 (70.31% from 255 or 75.85% from 236); Blue value is 44 (17.58% from 255 or 18.64% from 236); Max value from RGB is 179 - color contains mainly: green. Hex color #0DB32C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0DB32C is #F24CD3. Grayscale: #727272. Windows color (decimal): -15879380 or 2929421. OLE color: 2929421.

HSL color Cylindrical-coordinate representation of color #0DB32C: hue angle of 131.2º 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 #0DB32C is Cyan = 0.93, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.30.

Color convert

RGB 13 179 44 -
CMYK 0.93 0 0.75 0.30
HSL 131.2º 0.86% 0.38% -
HSV(B) 131.2º 0.93% 0.7% -
XYZ 16.74 32.51 7.78 -
YUV 113.98 88.5 55.98 -
System Red Green Blue C M Y K H S L
Decimal 13 179 44 0.93 0 0.75 0.30 131.2 0.86 0.38
Hex D B3 2C 5D 0 4B 1E 83 56 26
Octal 15 263 54 135 0 113 36 203 126 46
Binary 1101 10110011 101100 1011101 0 1001011 11110 10000011 1010110 100110

Color Harmonies of #0DB32C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DB32C

Black with #0DB32C

Text Example


Text Example

White with #0DB32C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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