#037402

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

Shades of Green #037402

Tints of Green #037402

Color information

#037402 (or 0x037402) is unknown color: approx Green. HEX triplet: 03, 74 and 02. RGB value is (3,116,2). Sum of RGB (Red+Green+Blue) = 3+116+2=121 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.48% from 121); Green value is 116 (45.70% from 255 or 95.87% from 121); Blue value is 2 (1.17% from 255 or 1.65% from 121); Max value from RGB is 116 - color contains mainly: green. Hex color #037402 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #037402 is #FC8BFD. Grayscale: #454545. Windows color (decimal): -16550910 or 160771. OLE color: 160771.

HSL color Cylindrical-coordinate representation of color #037402: hue angle of 119.47º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #037402 is Cyan = 0.97, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.55.

Color convert

RGB31162-
CMYK0.9700.980.55
HSL119.47º96.61%23.14%-
HSV(B)119.47º98.28%45.49%-
XYZ6.2912.512.14-
YUV69.2290.0680.77-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.48%
GREEN value IS 116 (45.70% from 255) = 95.87%
BLUE value IS 2 (1.17% from 255) = 1.65%
R=2.48%
G=95.87%
B=1.65%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal311620.9700.980.55119.4796.6123.14
Hex37426106237776117
Octal3164214101426716714127
Binary111110100101100001011000101101111110111110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #037402

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #037402; }

 p { color: rgb(3,116,2); }

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

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

 a { background-color: rgb(3,116,2); }

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

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

 span { border-color: rgb(3,116,2); }

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