#03C81A

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

Shades of Dark Pastel Green #03C81A

Tints of Dark Pastel Green #03C81A

Color information

#03C81A (or 0x03C81A) is unknown color: approx Dark Pastel Green. HEX triplet: 03, C8 and 1A. RGB value is (3,200,26). Sum of RGB (Red+Green+Blue) = 3+200+26=229 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.31% from 229); Green value is 200 (78.52% from 255 or 87.34% from 229); Blue value is 26 (10.55% from 255 or 11.35% from 229); Max value from RGB is 200 - color contains mainly: green. Hex color #03C81A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #03C81A is #FC37E5. Grayscale: #797979. Windows color (decimal): -16529382 or 1755139. OLE color: 1755139.

HSL color Cylindrical-coordinate representation of color #03C81A: hue angle of 127.01º 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 #03C81A is Cyan = 0.98, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.22.

Color convert

RGB320026-
CMYK0.9800.870.22
HSL127.01º97.04%39.8%-
HSV(B)127.01º98.5%78.43%-
XYZ20.8841.47.87-
YUV121.2674.2343.65-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.31%
GREEN value IS 200 (78.52% from 255) = 87.34%
BLUE value IS 26 (10.55% from 255) = 11.35%
R=1.31%
G=87.34%
B=11.35%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal3200260.9800.870.22127.0197.0439.8
Hex3C81A62057167f6128
Octal33103214201272617714150
Binary1111001000110101100010010101111011011111111100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03C81A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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