Html Css Color HEX #0DC02F Dark Pastel Green

📋 copy color: '#0DC02F'

red 13 ◦ green 192 ◦ blue 47

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

Shades of Dark Pastel Green #0DC02F

Tints of Dark Pastel Green #0DC02F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 18.65%

R = 5.16%
G = 76.19%
B = 18.65%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.76

 K value IS 0.25

RGB Variations

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

Color information

#0DC02F (or 0x0DC02F) is known color: Dark Pastel Green. HEX triplet: 0D, C0 and 2F. RGB value is (13,192,47). Sum of RGB (Red+Green+Blue) = 13+192+47=252 (33% of max value = 765). Red value is 13 (5.47% from 255 or 5.16% from 252); Green value is 192 (75.39% from 255 or 76.19% from 252); Blue value is 47 (18.75% from 255 or 18.65% from 252); Max value from RGB is 192 - color contains mainly: green. Hex color #0DC02F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0DC02F is #F23FD0. Grayscale: #7A7A7A. Windows color (decimal): -15876049 or 3129357. OLE color: 3129357.

HSL color Cylindrical-coordinate representation of color #0DC02F: hue angle of 131.4º 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 #0DC02F is Cyan = 0.93, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.25.

Color convert

RGB 13 192 47 -
CMYK 0.93 0 0.76 0.25
HSL 131.4º 0.87% 0.4% -
HSV(B) 131.4º 0.93% 0.75% -
XYZ 19.53 37.99 8.99 -
YUV 121.95 85.7 50.29 -
System Red Green Blue C M Y K H S L
Decimal 13 192 47 0.93 0 0.76 0.25 131.4 0.87 0.4
Hex D C0 2F 5D 0 4C 19 83 57 28
Octal 15 300 57 135 0 114 31 203 127 50
Binary 1101 11000000 101111 1011101 0 1001100 11001 10000011 1010111 101000

Color Harmonies of #0DC02F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DC02F

Black with #0DC02F

Text Example


Text Example

White with #0DC02F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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