#03801B

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

Shades of Green #03801B

Tints of Green #03801B

Color information

#03801B (or 0x03801B) is unknown color: approx Green. HEX triplet: 03, 80 and 1B. RGB value is (3,128,27). Sum of RGB (Red+Green+Blue) = 3+128+27=158 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.90% from 158); Green value is 128 (50.39% from 255 or 81.01% from 158); Blue value is 27 (10.94% from 255 or 17.09% from 158); Max value from RGB is 128 - color contains mainly: green. Hex color #03801B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #03801B is #FC7FE4. Grayscale: #4F4F4F. Windows color (decimal): -16547813 or 1802243. OLE color: 1802243.

HSL color Cylindrical-coordinate representation of color #03801B: hue angle of 131.52º 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 #03801B is Cyan = 0.98, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.50.

Color convert

RGB312827-
CMYK0.9800.790.50
HSL131.52º95.42%25.69%-
HSV(B)131.52º97.66%50.2%-
XYZ7.9515.543.62-
YUV79.1198.5973.71-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.90%
GREEN value IS 128 (50.39% from 255) = 81.01%
BLUE value IS 27 (10.94% from 255) = 17.09%
R=1.90%
G=81.01%
B=17.09%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal3128270.9800.790.50131.5295.4225.69
Hex3801B6204F32845f1a
Octal32003314201176220413732
Binary11100000001101111000100100111111001010000100101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03801B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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