Html Css Color HEX #0DB32B Dark Pastel Green

📋 copy color: '#0DB32B'

red 13 ◦ green 179 ◦ blue 43

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

Shades of Dark Pastel Green #0DB32B

Tints of Dark Pastel Green #0DB32B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 18.3%

R = 5.53%
G = 76.17%
B = 18.3%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.76

 K value IS 0.30

RGB Variations

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

Color information

#0DB32B (or 0x0DB32B) is known color: Dark Pastel Green. HEX triplet: 0D, B3 and 2B. RGB value is (13,179,43). Sum of RGB (Red+Green+Blue) = 13+179+43=235 (31% of max value = 765). Red value is 13 (5.47% from 255 or 5.53% from 235); Green value is 179 (70.31% from 255 or 76.17% from 235); Blue value is 43 (17.19% from 255 or 18.30% from 235); Max value from RGB is 179 - color contains mainly: green. Hex color #0DB32B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0DB32B is #F24CD4. Grayscale: #727272. Windows color (decimal): -15879381 or 2863885. OLE color: 2863885.

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

Color convert

RGB 13 179 43 -
CMYK 0.93 0 0.76 0.30
HSL 130.84º 0.86% 0.38% -
HSV(B) 130.84º 0.93% 0.7% -
XYZ 16.72 32.5 7.68 -
YUV 113.86 88 56.06 -
System Red Green Blue C M Y K H S L
Decimal 13 179 43 0.93 0 0.76 0.30 130.84 0.86 0.38
Hex D B3 2B 5D 0 4C 1E 83 56 26
Octal 15 263 53 135 0 114 36 203 126 46
Binary 1101 10110011 101011 1011101 0 1001100 11110 10000011 1010110 100110

Color Harmonies of #0DB32B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DB32B

Black with #0DB32B

Text Example


Text Example

White with #0DB32B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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