#03B542

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

Shades of Dark Pastel Green #03B542

Tints of Dark Pastel Green #03B542

Color information

#03B542 (or 0x03B542) is unknown color: approx Dark Pastel Green. HEX triplet: 03, B5 and 42. RGB value is (3,181,66). Sum of RGB (Red+Green+Blue) = 3+181+66=250 (33% of max value = 765). Red value is 3 (1.56% from 255 or 1.2% from 250); Green value is 181 (71.09% from 255 or 72.4% from 250); Blue value is 66 (26.17% from 255 or 26.4% from 250); Max value from RGB is 181 - color contains mainly: green. Hex color #03B542 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #03B542 is #FC4ABD. Grayscale: #727272. Windows color (decimal): -16534206 or 4371715. OLE color: 4371715.

HSL color Cylindrical-coordinate representation of color #03B542: hue angle of 141.24º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03B542 is Cyan = 0.98, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.29.

Color convert

RGB318166-
CMYK0.9800.640.29
HSL141.24º96.74%36.08%-
HSV(B)141.24º98.34%70.98%-
XYZ17.5433.4610.69-
YUV114.67100.5348.35-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.2%
GREEN value IS 181 (71.09% from 255) = 72.4%
BLUE value IS 66 (26.17% from 255) = 26.4%
R=1.2%
G=72.4%
B=26.4%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal3181660.9800.640.29141.2496.7436.08
Hex3B542620401D8d6124
Octal326510214201003521514144
Binary1110110101100001011000100100000011101100011011100001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03B542

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,181,66); }

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

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

 a { background-color: rgb(3,181,66); }

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

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

 span { border-color: rgb(3,181,66); }

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