#03D430

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

Shades of Dark Pastel Green #03D430

Tints of Dark Pastel Green #03D430

Color information

#03D430 (or 0x03D430) is unknown color: approx Dark Pastel Green. HEX triplet: 03, D4 and 30. RGB value is (3,212,48). Sum of RGB (Red+Green+Blue) = 3+212+48=263 (34% of max value = 765). Red value is 3 (1.56% from 255 or 1.14% from 263); Green value is 212 (83.20% from 255 or 80.61% from 263); Blue value is 48 (19.14% from 255 or 18.25% from 263); Max value from RGB is 212 - color contains mainly: green. Hex color #03D430 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #03D430 is #FC2BCF. Grayscale: #838383. Windows color (decimal): -16526288 or 3200003. OLE color: 3200003.

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

Color convert

RGB321248-
CMYK0.9900.770.17
HSL132.92º97.21%42.16%-
HSV(B)132.92º98.58%83.14%-
XYZ24.1147.3210.66-
YUV130.8181.2636.84-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.14%
GREEN value IS 212 (83.20% from 255) = 80.61%
BLUE value IS 48 (19.14% from 255) = 18.25%
R=1.14%
G=80.61%
B=18.25%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal3212480.9900.770.17132.9297.2142.16
Hex3D4306304D1185612a
Octal33246014301152120514152
Binary111101010011000011000110100110110001100001011100001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03D430

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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