#03C818

Color #03C818 Dark Pastel Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Pastel Green #03C818

Tints of Dark Pastel Green #03C818

Color information

#03C818 (or 0x03C818) is unknown color: approx Dark Pastel Green. HEX triplet: 03, C8 and 18. RGB value is (3,200,24). Sum of RGB (Red+Green+Blue) = 3+200+24=227 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.32% from 227); Green value is 200 (78.52% from 255 or 88.11% from 227); Blue value is 24 (9.77% from 255 or 10.57% from 227); Max value from RGB is 200 - color contains mainly: green. Hex color #03C818 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #03C818 is #FC37E7. Grayscale: #797979. Windows color (decimal): -16529384 or 1624067. OLE color: 1624067.

HSL color Cylindrical-coordinate representation of color #03C818: hue angle of 126.4º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03C818 is Cyan = 0.98, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.22.

Color convert

RGB320024-
CMYK0.9800.880.22
HSL126.4º97.04%39.8%-
HSV(B)126.4º98.5%78.43%-
XYZ20.8641.397.75-
YUV121.0373.2343.81-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.32%
GREEN value IS 200 (78.52% from 255) = 88.11%
BLUE value IS 24 (9.77% from 255) = 10.57%
R=1.32%
G=88.11%
B=10.57%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal3200240.9800.880.22126.497.0439.8
Hex3C81862058167e6128
Octal33103014201302617614150
Binary1111001000110001100010010110001011011111101100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03C818

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03C818; }

 p { color: rgb(3,200,24); }

 H1.HeaderClassName
 {
   color: #03C818;
 }
 .AnyTagClassName
 {
   color: #03C818;
 }
</style>
background-color css

<style>
 a { background-color: #03C818; }

 a { background-color: rgb(3,200,24); }

 div.DivClassName
 {
   background-color: #03C818;
 }
 .BgClassName
 {
   background-color: #03C818;
 }
</style>
border-color css

<style>
 span { border-color: #03C818; }

 span { border-color: rgb(3,200,24); }

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