#03800F

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

Shades of Green #03800F

Tints of Green #03800F

Color information

#03800F (or 0x03800F) is unknown color: approx Green. HEX triplet: 03, 80 and 0F. RGB value is (3,128,15). Sum of RGB (Red+Green+Blue) = 3+128+15=146 (19% of max value = 765). Red value is 3 (1.56% from 255 or 2.05% from 146); Green value is 128 (50.39% from 255 or 87.67% from 146); Blue value is 15 (6.25% from 255 or 10.27% from 146); Max value from RGB is 128 - color contains mainly: green. Hex color #03800F is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #03800F is #FC7FF0. Grayscale: #4E4E4E. Windows color (decimal): -16547825 or 1015811. OLE color: 1015811.

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

Color convert

RGB312815-
CMYK0.9800.880.50
HSL125.76º95.42%25.69%-
HSV(B)125.76º97.66%50.2%-
XYZ7.8415.493.03-
YUV77.7492.5974.69-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.05%
GREEN value IS 128 (50.39% from 255) = 87.67%
BLUE value IS 15 (6.25% from 255) = 10.27%
R=2.05%
G=87.67%
B=10.27%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal3128150.9800.880.50125.7695.4225.69
Hex380F62058327e5f1a
Octal32001714201306217613732
Binary111000000011111100010010110001100101111110101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03800F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03800F; }

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

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

<style>
 a { background-color: #03800F; }

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

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

<style>
 span { border-color: #03800F; }

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

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