#03BA20

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

Shades of Dark Pastel Green #03BA20

Tints of Dark Pastel Green #03BA20

Color information

#03BA20 (or 0x03BA20) is unknown color: approx Dark Pastel Green. HEX triplet: 03, BA and 20. RGB value is (3,186,32). Sum of RGB (Red+Green+Blue) = 3+186+32=221 (29% of max value = 765). Red value is 3 (1.56% from 255 or 1.36% from 221); Green value is 186 (73.05% from 255 or 84.16% from 221); Blue value is 32 (12.89% from 255 or 14.48% from 221); Max value from RGB is 186 - color contains mainly: green. Hex color #03BA20 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #03BA20 is #FC45DF. Grayscale: #727272. Windows color (decimal): -16532960 or 2144771. OLE color: 2144771.

HSL color Cylindrical-coordinate representation of color #03BA20: hue angle of 129.51º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03BA20 is Cyan = 0.98, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.27.

Color convert

RGB318632-
CMYK0.9800.830.27
HSL129.51º96.83%37.06%-
HSV(B)129.51º98.39%72.94%-
XYZ17.8635.247.23-
YUV113.7381.8749.02-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.36%
GREEN value IS 186 (73.05% from 255) = 84.16%
BLUE value IS 32 (12.89% from 255) = 14.48%
R=1.36%
G=84.16%
B=14.48%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal3186320.9800.830.27129.5196.8337.06
Hex3BA20620531B826125
Octal32724014201233320214145
Binary111011101010000011000100101001111011100000101100001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03BA20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,186,32); }

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

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

 a { background-color: rgb(3,186,32); }

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

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

 span { border-color: rgb(3,186,32); }

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