#03D42E

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

Shades of Dark Pastel Green #03D42E

Tints of Dark Pastel Green #03D42E

Color information

#03D42E (or 0x03D42E) is unknown color: approx Dark Pastel Green. HEX triplet: 03, D4 and 2E. RGB value is (3,212,46). Sum of RGB (Red+Green+Blue) = 3+212+46=261 (34% of max value = 765). Red value is 3 (1.56% from 255 or 1.15% from 261); Green value is 212 (83.20% from 255 or 81.23% from 261); Blue value is 46 (18.36% from 255 or 17.62% from 261); Max value from RGB is 212 - color contains mainly: green. Hex color #03D42E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #03D42E is #FC2BD1. Grayscale: #838383. Windows color (decimal): -16526290 or 3068931. OLE color: 3068931.

HSL color Cylindrical-coordinate representation of color #03D42E: hue angle of 132.34º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03D42E is Cyan = 0.99, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.17.

Color convert

RGB321246-
CMYK0.9900.780.17
HSL132.34º97.21%42.16%-
HSV(B)132.34º98.58%83.14%-
XYZ24.0747.310.45-
YUV130.5880.2637-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.15%
GREEN value IS 212 (83.20% from 255) = 81.23%
BLUE value IS 46 (18.36% from 255) = 17.62%
R=1.15%
G=81.23%
B=17.62%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal3212460.9900.780.17132.3497.2142.16
Hex3D42E6304E1184612a
Octal33245614301162120414152
Binary111101010010111011000110100111010001100001001100001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03D42E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,212,46); }

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

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

 a { background-color: rgb(3,212,46); }

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

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

 span { border-color: rgb(3,212,46); }

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