#196302

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

Shades of Green #196302

Tints of Green #196302

Color information

#196302 (or 0x196302) is unknown color: approx Green. HEX triplet: 19, 63 and 02. RGB value is (25,99,2). Sum of RGB (Red+Green+Blue) = 25+99+2=126 (16% of max value = 765). Red value is 25 (10.16% from 255 or 19.84% from 126); Green value is 99 (39.06% from 255 or 78.57% from 126); Blue value is 2 (1.17% from 255 or 1.59% from 126); Max value from RGB is 99 - color contains mainly: green. Hex color #196302 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #196302 is #E69CFD. Grayscale: #424242. Windows color (decimal): -15113470 or 156441. OLE color: 156441.

HSL color Cylindrical-coordinate representation of color #196302: hue angle of 105.77º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #196302 is Cyan = 0.75, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.61.

Color convert

RGB25992-
CMYK0.7500.980.61
HSL105.77º96.04%19.8%-
HSV(B)105.77º97.98%38.82%-
XYZ4.879.131.56-
YUV65.8291.9898.89-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 19.84%
GREEN value IS 99 (39.06% from 255) = 78.57%
BLUE value IS 2 (1.17% from 255) = 1.59%
R=19.84%
G=78.57%
B=1.59%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal259920.7500.980.61105.7796.0419.8
Hex196324B0623D6a6014
Octal31143211301427515214024
Binary110011100011101001011011000101111011101010110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #196302

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #196302; }

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

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

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

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

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

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

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

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