#03D01F

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

Shades of Dark Pastel Green #03D01F

Tints of Dark Pastel Green #03D01F

Color information

#03D01F (or 0x03D01F) is unknown color: approx Dark Pastel Green. HEX triplet: 03, D0 and 1F. RGB value is (3,208,31). Sum of RGB (Red+Green+Blue) = 3+208+31=242 (32% of max value = 765). Red value is 3 (1.56% from 255 or 1.24% from 242); Green value is 208 (81.64% from 255 or 85.95% from 242); Blue value is 31 (12.5% from 255 or 12.81% from 242); Max value from RGB is 208 - color contains mainly: green. Hex color #03D01F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #03D01F is #FC2FE0. Grayscale: #7F7F7F. Windows color (decimal): -16527329 or 2084867. OLE color: 2084867.

HSL color Cylindrical-coordinate representation of color #03D01F: hue angle of 128.2º 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 #03D01F is Cyan = 0.99, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.18.

Color convert

RGB320831-
CMYK0.9900.850.18
HSL128.2º97.16%41.37%-
HSV(B)128.2º98.56%81.57%-
XYZ22.8445.238.82-
YUV126.5374.0839.89-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.24%
GREEN value IS 208 (81.64% from 255) = 85.95%
BLUE value IS 31 (12.5% from 255) = 12.81%
R=1.24%
G=85.95%
B=12.81%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal3208310.9900.850.18128.297.1641.37
Hex3D01F6305512806129
Octal33203714301252220014151
Binary11110100001111111000110101010110010100000001100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03D01F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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