Html Css Color HEX #0DD728 Dark Pastel Green

📋 copy color: '#0DD728'

red 13 ◦ green 215 ◦ blue 40

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

Shades of Dark Pastel Green #0DD728

Tints of Dark Pastel Green #0DD728

RGB

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

 GREEN value IS 215 (84.38% from 255) = 80.22%

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

R = 4.85%
G = 80.22%
B = 14.93%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.81

 K value IS 0.16

RGB Variations

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

Color information

#0DD728 (or 0x0DD728) is known color: Dark Pastel Green. HEX triplet: 0D, D7 and 28. RGB value is (13,215,40). Sum of RGB (Red+Green+Blue) = 13+215+40=268 (35% of max value = 765). Red value is 13 (5.47% from 255 or 4.85% from 268); Green value is 215 (84.38% from 255 or 80.22% from 268); Blue value is 40 (16.02% from 255 or 14.93% from 268); Max value from RGB is 215 - color contains mainly: green. Hex color #0DD728 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0DD728 is #F228D7. Grayscale: #878787. Windows color (decimal): -15870168 or 2676493. OLE color: 2676493.

HSL color Cylindrical-coordinate representation of color #0DD728: hue angle of 128.02º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DD728 is Cyan = 0.94, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.16.

Color convert

RGB 13 215 40 -
CMYK 0.94 0 0.81 0.16
HSL 128.02º 0.89% 0.45% -
HSV(B) 128.02º 0.94% 0.84% -
XYZ 24.85 48.84 10.12 -
YUV 134.65 74.58 41.23 -
System Red Green Blue C M Y K H S L
Decimal 13 215 40 0.94 0 0.81 0.16 128.02 0.89 0.45
Hex D D7 28 5E 0 51 10 80 59 2D
Octal 15 327 50 136 0 121 20 200 131 55
Binary 1101 11010111 101000 1011110 0 1010001 10000 10000000 1011001 101101

Color Harmonies of #0DD728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DD728

Black with #0DD728

Text Example


Text Example

White with #0DD728

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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