Html Css Color HEX #0DB321 Dark Pastel Green

📋 copy color: '#0DB321'

red 13 ◦ green 179 ◦ blue 33

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

Shades of Dark Pastel Green #0DB321

Tints of Dark Pastel Green #0DB321

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 14.67%

R = 5.78%
G = 79.56%
B = 14.67%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.82

 K value IS 0.30

RGB Variations

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

Color information

#0DB321 (or 0x0DB321) is known color: Dark Pastel Green. HEX triplet: 0D, B3 and 21. RGB value is (13,179,33). Sum of RGB (Red+Green+Blue) = 13+179+33=225 (29% of max value = 765). Red value is 13 (5.47% from 255 or 5.78% from 225); Green value is 179 (70.31% from 255 or 79.56% from 225); Blue value is 33 (13.28% from 255 or 14.67% from 225); Max value from RGB is 179 - color contains mainly: green. Hex color #0DB321 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0DB321 is #F24CDE. Grayscale: #717171. Windows color (decimal): -15879391 or 2208525. OLE color: 2208525.

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

Color convert

RGB 13 179 33 -
CMYK 0.93 0 0.82 0.30
HSL 127.23º 0.86% 0.38% -
HSV(B) 127.23º 0.93% 0.7% -
XYZ 16.56 32.44 6.83 -
YUV 112.72 83 56.87 -
System Red Green Blue C M Y K H S L
Decimal 13 179 33 0.93 0 0.82 0.30 127.23 0.86 0.38
Hex D B3 21 5D 0 52 1E 7F 56 26
Octal 15 263 41 135 0 122 36 177 126 46
Binary 1101 10110011 100001 1011101 0 1010010 11110 1111111 1010110 100110

Color Harmonies of #0DB321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DB321

Black with #0DB321

Text Example


Text Example

White with #0DB321

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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