Html Css Color HEX #0DB921 Dark Pastel Green

📋 copy color: '#0DB921'

red 13 ◦ green 185 ◦ blue 33

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

Shades of Dark Pastel Green #0DB921

Tints of Dark Pastel Green #0DB921

RGB

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

 GREEN value IS 185 (72.66% from 255) = 80.09%

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

R = 5.63%
G = 80.09%
B = 14.29%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.82

 K value IS 0.27

RGB Variations

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

Color information

#0DB921 (or 0x0DB921) is known color: Dark Pastel Green. HEX triplet: 0D, B9 and 21. RGB value is (13,185,33). Sum of RGB (Red+Green+Blue) = 13+185+33=231 (30% of max value = 765). Red value is 13 (5.47% from 255 or 5.63% from 231); Green value is 185 (72.66% from 255 or 80.09% from 231); Blue value is 33 (13.28% from 255 or 14.29% from 231); Max value from RGB is 185 - color contains mainly: green. Hex color #0DB921 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0DB921 is #F246DE. Grayscale: #747474. Windows color (decimal): -15877855 or 2210061. OLE color: 2210061.

HSL color Cylindrical-coordinate representation of color #0DB921: hue angle of 126.98º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DB921 is Cyan = 0.93, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.27.

Color convert

RGB 13 185 33 -
CMYK 0.93 0 0.82 0.27
HSL 126.98º 0.87% 0.39% -
HSV(B) 126.98º 0.93% 0.73% -
XYZ 17.79 34.89 7.24 -
YUV 116.24 81.02 54.36 -
System Red Green Blue C M Y K H S L
Decimal 13 185 33 0.93 0 0.82 0.27 126.98 0.87 0.39
Hex D B9 21 5D 0 52 1B 7F 57 27
Octal 15 271 41 135 0 122 33 177 127 47
Binary 1101 10111001 100001 1011101 0 1010010 11011 1111111 1010111 100111

Color Harmonies of #0DB921

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DB921

Black with #0DB921

Text Example


Text Example

White with #0DB921

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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