Html Css Color HEX #0DC628 Dark Pastel Green

📋 copy color: '#0DC628'

red 13 ◦ green 198 ◦ blue 40

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

Shades of Dark Pastel Green #0DC628

Tints of Dark Pastel Green #0DC628

RGB

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

 GREEN value IS 198 (77.73% from 255) = 78.88%

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

R = 5.18%
G = 78.88%
B = 15.94%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.80

 K value IS 0.22

RGB Variations

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

Color information

#0DC628 (or 0x0DC628) is known color: Dark Pastel Green. HEX triplet: 0D, C6 and 28. RGB value is (13,198,40). Sum of RGB (Red+Green+Blue) = 13+198+40=251 (33% of max value = 765). Red value is 13 (5.47% from 255 or 5.18% from 251); Green value is 198 (77.73% from 255 or 78.88% from 251); Blue value is 40 (16.02% from 255 or 15.94% from 251); Max value from RGB is 198 - color contains mainly: green. Hex color #0DC628 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0DC628 is #F239D7. Grayscale: #7D7D7D. Windows color (decimal): -15874520 or 2672141. OLE color: 2672141.

HSL color Cylindrical-coordinate representation of color #0DC628: hue angle of 128.76º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DC628 is Cyan = 0.93, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.22.

Color convert

RGB 13 198 40 -
CMYK 0.93 0 0.80 0.22
HSL 128.76º 0.88% 0.41% -
HSV(B) 128.76º 0.93% 0.78% -
XYZ 20.74 40.63 8.76 -
YUV 124.67 80.21 48.35 -
System Red Green Blue C M Y K H S L
Decimal 13 198 40 0.93 0 0.80 0.22 128.76 0.88 0.41
Hex D C6 28 5D 0 50 16 81 58 29
Octal 15 306 50 135 0 120 26 201 130 51
Binary 1101 11000110 101000 1011101 0 1010000 10110 10000001 1011000 101001

Color Harmonies of #0DC628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DC628

Black with #0DC628

Text Example


Text Example

White with #0DC628

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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