Html Css Color HEX #0DC047 Dark Pastel Green

📋 copy color: '#0DC047'

red 13 ◦ green 192 ◦ blue 71

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

Shades of Dark Pastel Green #0DC047

Tints of Dark Pastel Green #0DC047

RGB

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

 GREEN value IS 192 (75.39% from 255) = 69.57%

 BLUE value IS 71 (28.13% from 255) = 25.72%

R = 4.71%
G = 69.57%
B = 25.72%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.63

 K value IS 0.25

RGB Variations

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

Color information

#0DC047 (or 0x0DC047) is known color: Dark Pastel Green. HEX triplet: 0D, C0 and 47. RGB value is (13,192,71). Sum of RGB (Red+Green+Blue) = 13+192+71=276 (36% of max value = 765). Red value is 13 (5.47% from 255 or 4.71% from 276); Green value is 192 (75.39% from 255 or 69.57% from 276); Blue value is 71 (28.12% from 255 or 25.72% from 276); Max value from RGB is 192 - color contains mainly: green. Hex color #0DC047 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0DC047 is #F23FB8. Grayscale: #7C7C7C. Windows color (decimal): -15876025 or 4702221. OLE color: 4702221.

HSL color Cylindrical-coordinate representation of color #0DC047: hue angle of 139.44º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DC047 is Cyan = 0.93, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.25.

Color convert

RGB 13 192 71 -
CMYK 0.93 0 0.63 0.25
HSL 139.44º 0.87% 0.4% -
HSV(B) 139.44º 0.93% 0.75% -
XYZ 20.15 38.24 12.28 -
YUV 124.69 97.7 48.34 -
System Red Green Blue C M Y K H S L
Decimal 13 192 71 0.93 0 0.63 0.25 139.44 0.87 0.4
Hex D C0 47 5D 0 3F 19 8B 57 28
Octal 15 300 107 135 0 77 31 213 127 50
Binary 1101 11000000 1000111 1011101 0 111111 11001 10001011 1010111 101000

Color Harmonies of #0DC047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DC047

Black with #0DC047

Text Example


Text Example

White with #0DC047

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,192,71); }

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

background-color css

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

 a { background-color: rgb(13,192,71); }

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

border-color css

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

 span { border-color: rgb(13,192,71); }

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