Html Css Color HEX #0DB728 Dark Pastel Green

📋 copy color: '#0DB728'

red 13 ◦ green 183 ◦ blue 40

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

Shades of Dark Pastel Green #0DB728

Tints of Dark Pastel Green #0DB728

RGB

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

 GREEN value IS 183 (71.88% from 255) = 77.54%

 BLUE value IS 40 (16.02% from 255) = 16.95%

R = 5.51%
G = 77.54%
B = 16.95%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.78

 K value IS 0.28

RGB Variations

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

Color information

#0DB728 (or 0x0DB728) is known color: Dark Pastel Green. HEX triplet: 0D, B7 and 28. RGB value is (13,183,40). Sum of RGB (Red+Green+Blue) = 13+183+40=236 (31% of max value = 765). Red value is 13 (5.47% from 255 or 5.51% from 236); Green value is 183 (71.88% from 255 or 77.54% from 236); Blue value is 40 (16.02% from 255 or 16.95% from 236); Max value from RGB is 183 - color contains mainly: green. Hex color #0DB728 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0DB728 is #F248D7. Grayscale: #747474. Windows color (decimal): -15878360 or 2668301. OLE color: 2668301.

HSL color Cylindrical-coordinate representation of color #0DB728: hue angle of 129.53º degrees, saturation: 0.87, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DB728 is Cyan = 0.93, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.28.

Color convert

RGB 13 183 40 -
CMYK 0.93 0 0.78 0.28
HSL 129.53º 0.87% 0.38% -
HSV(B) 129.53º 0.93% 0.72% -
XYZ 17.48 34.11 7.67 -
YUV 115.87 85.18 54.63 -
System Red Green Blue C M Y K H S L
Decimal 13 183 40 0.93 0 0.78 0.28 129.53 0.87 0.38
Hex D B7 28 5D 0 4E 1C 82 57 26
Octal 15 267 50 135 0 116 34 202 127 46
Binary 1101 10110111 101000 1011101 0 1001110 11100 10000010 1010111 100110

Color Harmonies of #0DB728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DB728

Black with #0DB728

Text Example


Text Example

White with #0DB728

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,183,40); }

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

background-color css

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

 a { background-color: rgb(13,183,40); }

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

border-color css

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

 span { border-color: rgb(13,183,40); }

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