#03D01A

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

Shades of Dark Pastel Green #03D01A

Tints of Dark Pastel Green #03D01A

Color information

#03D01A (or 0x03D01A) is unknown color: approx Dark Pastel Green. HEX triplet: 03, D0 and 1A. RGB value is (3,208,26). Sum of RGB (Red+Green+Blue) = 3+208+26=237 (31% of max value = 765). Red value is 3 (1.56% from 255 or 1.27% from 237); Green value is 208 (81.64% from 255 or 87.76% from 237); Blue value is 26 (10.55% from 255 or 10.97% from 237); Max value from RGB is 208 - color contains mainly: green. Hex color #03D01A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #03D01A is #FC2FE5. Grayscale: #7E7E7E. Windows color (decimal): -16527334 or 1757187. OLE color: 1757187.

HSL color Cylindrical-coordinate representation of color #03D01A: hue angle of 126.73º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03D01A is Cyan = 0.99, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.18.

Color convert

RGB320826-
CMYK0.9900.880.18
HSL126.73º97.16%41.37%-
HSV(B)126.73º98.56%81.57%-
XYZ22.7845.218.5-
YUV125.9671.5840.3-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.27%
GREEN value IS 208 (81.64% from 255) = 87.76%
BLUE value IS 26 (10.55% from 255) = 10.97%
R=1.27%
G=87.76%
B=10.97%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal3208260.9900.880.18126.7397.1641.37
Hex3D01A63058127f6129
Octal33203214301302217714151
Binary1111010000110101100011010110001001011111111100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03D01A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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