Html Css Color HEX #197502 Green

📋 copy color: '#197502'

red 25 ◦ green 117 ◦ blue 2

#197502
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Green #197502

Tints of Green #197502

RGB

 RED value IS 25 (10.16% from 255) = 17.36%

 GREEN value IS 117 (46.09% from 255) = 81.25%

 BLUE value IS 2 (1.17% from 255) = 1.39%

R = 17.36%
G = 81.25%
B = 1.39%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.98

 K value IS 0.54

RGB Variations

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

Color information

#197502 (or 0x197502) is known color: Green. HEX triplet: 19, 75 and 02. RGB value is (25,117,2). Sum of RGB (Red+Green+Blue) = 25+117+2=144 (19% of max value = 765). Red value is 25 (10.16% from 255 or 17.36% from 144); Green value is 117 (46.09% from 255 or 81.25% from 144); Blue value is 2 (1.17% from 255 or 1.39% from 144); Max value from RGB is 117 - color contains mainly: green. Hex color #197502 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #197502 is #E68AFD. Grayscale: #4C4C4C. Windows color (decimal): -15108862 or 161049. OLE color: 161049.

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

Color convert

RGB 25 117 2 -
CMYK 0.79 0 0.98 0.54
HSL 108º 0.97% 0.23% -
HSV(B) 108º 0.98% 0.46% -
XYZ 6.77 12.93 2.2 -
YUV 76.38 86.02 91.35 -
System Red Green Blue C M Y K H S L
Decimal 25 117 2 0.79 0 0.98 0.54 108 0.97 0.23
Hex 19 75 2 4F 0 62 36 6C 61 17
Octal 31 165 2 117 0 142 66 154 141 27
Binary 11001 1110101 10 1001111 0 1100010 110110 1101100 1100001 10111

Color Harmonies of #197502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197502

Black with #197502

Text Example


Text Example

White with #197502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #197502; }

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

 H1.HeaderClassName
 {
   color: #197502;
 }
 .AnyTagClassName
 {
   color: #197502;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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