#037805

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

Shades of Green #037805

Tints of Green #037805

Color information

#037805 (or 0x037805) is unknown color: approx Green. HEX triplet: 03, 78 and 05. RGB value is (3,120,5). Sum of RGB (Red+Green+Blue) = 3+120+5=128 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.34% from 128); Green value is 120 (47.27% from 255 or 93.75% from 128); Blue value is 5 (2.34% from 255 or 3.91% from 128); Max value from RGB is 120 - color contains mainly: green. Hex color #037805 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #037805 is #FC87FA. Grayscale: #484848. Windows color (decimal): -16549883 or 358403. OLE color: 358403.

HSL color Cylindrical-coordinate representation of color #037805: hue angle of 121.03º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #037805 is Cyan = 0.98, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.53.

Color convert

RGB31205-
CMYK0.9800.960.53
HSL121.03º95.12%24.12%-
HSV(B)121.03º97.5%47.06%-
XYZ6.7813.462.38-
YUV71.9190.2478.85-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.34%
GREEN value IS 120 (47.27% from 255) = 93.75%
BLUE value IS 5 (2.34% from 255) = 3.91%
R=2.34%
G=93.75%
B=3.91%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal312050.9800.960.53121.0395.1224.12
Hex37856206035795f18
Octal3170514201406517113730
Binary1111110001011100010011000001101011111001101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #037805

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #037805; }

 p { color: rgb(3,120,5); }

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

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

 a { background-color: rgb(3,120,5); }

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

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

 span { border-color: rgb(3,120,5); }

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