Html Css Color HEX #03B521 Dark Pastel Green

📋 copy color: '#03B521'

red 3 ◦ green 181 ◦ blue 33

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

Shades of Dark Pastel Green #03B521

Tints of Dark Pastel Green #03B521

RGB

 RED value IS 3 (1.56% from 255) = 1.38%

 GREEN value IS 181 (71.09% from 255) = 83.41%

 BLUE value IS 33 (13.28% from 255) = 15.21%

R = 1.38%
G = 83.41%
B = 15.21%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.82

 K value IS 0.29

RGB Variations

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

Color information

#03B521 (or 0x03B521) is known color: Dark Pastel Green. HEX triplet: 03, B5 and 21. RGB value is (3,181,33). Sum of RGB (Red+Green+Blue) = 3+181+33=217 (28% of max value = 765). Red value is 3 (1.56% from 255 or 1.38% from 217); Green value is 181 (71.09% from 255 or 83.41% from 217); Blue value is 33 (13.28% from 255 or 15.21% from 217); Max value from RGB is 181 - color contains mainly: green. Hex color #03B521 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #03B521 is #FC4ADE. Grayscale: #6F6F6F. Windows color (decimal): -16534239 or 2209027. OLE color: 2209027.

HSL color Cylindrical-coordinate representation of color #03B521: hue angle of 130.11º 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 #03B521 is Cyan = 0.98, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.29.

Color convert

RGB 3 181 33 -
CMYK 0.98 0 0.82 0.29
HSL 130.11º 0.97% 0.36% -
HSV(B) 130.11º 0.98% 0.71% -
XYZ 16.84 33.18 6.96 -
YUV 110.91 84.03 51.03 -
System Red Green Blue C M Y K H S L
Decimal 3 181 33 0.98 0 0.82 0.29 130.11 0.97 0.36
Hex 3 B5 21 62 0 52 1D 82 61 24
Octal 3 265 41 142 0 122 35 202 141 44
Binary 11 10110101 100001 1100010 0 1010010 11101 10000010 1100001 100100

Color Harmonies of #03B521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03B521

Black with #03B521

Text Example


Text Example

White with #03B521

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #03B521;
 }
 .AnyTagClassName
 {
   color: #03B521;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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