#03B421

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

Shades of Dark Pastel Green #03B421

Tints of Dark Pastel Green #03B421

Color information

#03B421 (or 0x03B421) is unknown color: approx Dark Pastel Green. HEX triplet: 03, B4 and 21. RGB value is (3,180,33). Sum of RGB (Red+Green+Blue) = 3+180+33=216 (28% of max value = 765). Red value is 3 (1.56% from 255 or 1.39% from 216); Green value is 180 (70.70% from 255 or 83.33% from 216); Blue value is 33 (13.28% from 255 or 15.28% from 216); Max value from RGB is 180 - color contains mainly: green. Hex color #03B421 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #03B421 is #FC4BDE. Grayscale: #6E6E6E. Windows color (decimal): -16534495 or 2208771. OLE color: 2208771.

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

Color convert

RGB318033-
CMYK0.9800.820.29
HSL130.17º96.72%35.88%-
HSV(B)130.17º98.33%70.59%-
XYZ16.6332.776.89-
YUV110.3284.3651.45-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.39%
GREEN value IS 180 (70.70% from 255) = 83.33%
BLUE value IS 33 (13.28% from 255) = 15.28%
R=1.39%
G=83.33%
B=15.28%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal3180330.9800.820.29130.1796.7235.88
Hex3B421620521D826124
Octal32644114201223520214144
Binary111011010010000111000100101001011101100000101100001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03B421

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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