#03801A

Color #03801A Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green #03801A

Tints of Green #03801A

Color information

#03801A (or 0x03801A) is unknown color: approx Green. HEX triplet: 03, 80 and 1A. RGB value is (3,128,26). Sum of RGB (Red+Green+Blue) = 3+128+26=157 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.91% from 157); Green value is 128 (50.39% from 255 or 81.53% from 157); Blue value is 26 (10.55% from 255 or 16.56% from 157); Max value from RGB is 128 - color contains mainly: green. Hex color #03801A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #03801A is #FC7FE5. Grayscale: #4F4F4F. Windows color (decimal): -16547814 or 1736707. OLE color: 1736707.

HSL color Cylindrical-coordinate representation of color #03801A: hue angle of 131.04º degrees, saturation: 0.95, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03801A is Cyan = 0.98, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.50.

Color convert

RGB312826-
CMYK0.9800.800.50
HSL131.04º95.42%25.69%-
HSV(B)131.04º97.66%50.2%-
XYZ7.9415.533.56-
YUV7998.0973.79-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.91%
GREEN value IS 128 (50.39% from 255) = 81.53%
BLUE value IS 26 (10.55% from 255) = 16.56%
R=1.91%
G=81.53%
B=16.56%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal3128260.9800.800.50131.0495.4225.69
Hex3801A6205032835f1a
Octal32003214201206220313732
Binary11100000001101011000100101000011001010000011101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03801A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03801A; }

 p { color: rgb(3,128,26); }

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

<style>
 a { background-color: #03801A; }

 a { background-color: rgb(3,128,26); }

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

<style>
 span { border-color: #03801A; }

 span { border-color: rgb(3,128,26); }

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