#197402

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

Shades of Green #197402

Tints of Green #197402

Color information

#197402 (or 0x197402) is unknown color: approx Green. HEX triplet: 19, 74 and 02. RGB value is (25,116,2). Sum of RGB (Red+Green+Blue) = 25+116+2=143 (18% of max value = 765). Red value is 25 (10.16% from 255 or 17.48% from 143); Green value is 116 (45.70% from 255 or 81.12% from 143); Blue value is 2 (1.17% from 255 or 1.40% from 143); Max value from RGB is 116 - color contains mainly: green. Hex color #197402 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #197402 is #E68BFD. Grayscale: #4C4C4C. Windows color (decimal): -15109118 or 160793. OLE color: 160793.

HSL color Cylindrical-coordinate representation of color #197402: hue angle of 107.89º 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 #197402 is Cyan = 0.78, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.55.

Color convert

RGB251162-
CMYK0.7800.980.55
HSL107.89º96.61%23.14%-
HSV(B)107.89º98.28%45.49%-
XYZ6.6612.72.16-
YUV75.7986.3591.77-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 17.48%
GREEN value IS 116 (45.70% from 255) = 81.12%
BLUE value IS 2 (1.17% from 255) = 1.40%
R=17.48%
G=81.12%
B=1.40%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal2511620.7800.980.55107.8996.6123.14
Hex197424E062376c6117
Octal31164211601426715414127
Binary110011110100101001110011000101101111101100110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #197402

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #197402; }

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

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

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

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

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

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

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

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