Html Css Color HEX #03B542 Dark Pastel Green

📋 copy color: '#03B542'

red 3 ◦ green 181 ◦ blue 66

#03B542
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Pastel Green #03B542

Tints of Dark Pastel Green #03B542

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 value IS 0.98

 M value IS 0

 Y value IS 0.64

 K value IS 0.29

RGB Variations

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

Color information

#03B542 (or 0x03B542) is known color: 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

RGB 3 181 66 -
CMYK 0.98 0 0.64 0.29
HSL 141.24º 0.97% 0.36% -
HSV(B) 141.24º 0.98% 0.71% -
XYZ 17.54 33.46 10.69 -
YUV 114.67 100.53 48.35 -
System Red Green Blue C M Y K H S L
Decimal 3 181 66 0.98 0 0.64 0.29 141.24 0.97 0.36
Hex 3 B5 42 62 0 40 1D 8D 61 24
Octal 3 265 102 142 0 100 35 215 141 44
Binary 11 10110101 1000010 1100010 0 1000000 11101 10001101 1100001 100100

Color Harmonies of #03B542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03B542

Black with #03B542

Text Example


Text Example

White with #03B542

Text Example


Text Example

HTML Codes & Css Web 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>