Html Css Color HEX #19680C Green

📋 copy color: '#19680C'

red 25 ◦ green 104 ◦ blue 12

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

Shades of Green #19680C

Tints of Green #19680C

RGB

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

 GREEN value IS 104 (41.02% from 255) = 73.76%

 BLUE value IS 12 (5.08% from 255) = 8.51%

R = 17.73%
G = 73.76%
B = 8.51%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.88

 K value IS 0.59

RGB Variations

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

Color information

#19680C (or 0x19680C) is known color: Green. HEX triplet: 19, 68 and 0C. RGB value is (25,104,12). Sum of RGB (Red+Green+Blue) = 25+104+12=141 (18% of max value = 765). Red value is 25 (10.16% from 255 or 17.73% from 141); Green value is 104 (41.02% from 255 or 73.76% from 141); Blue value is 12 (5.08% from 255 or 8.51% from 141); Max value from RGB is 104 - color contains mainly: green. Hex color #19680C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #19680C is #E697F3. Grayscale: #464646. Windows color (decimal): -15112180 or 813081. OLE color: 813081.

HSL color Cylindrical-coordinate representation of color #19680C: hue angle of 111.52º degrees, saturation: 0.79, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #19680C is Cyan = 0.76, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.59.

Color convert

RGB 25 104 12 -
CMYK 0.76 0 0.88 0.59
HSL 111.52º 0.79% 0.23% -
HSV(B) 111.52º 0.88% 0.41% -
XYZ 5.42 10.13 2.02 -
YUV 69.89 95.33 95.98 -
System Red Green Blue C M Y K H S L
Decimal 25 104 12 0.76 0 0.88 0.59 111.52 0.79 0.23
Hex 19 68 C 4C 0 58 3B 70 4F 17
Octal 31 150 14 114 0 130 73 160 117 27
Binary 11001 1101000 1100 1001100 0 1011000 111011 1110000 1001111 10111

Color Harmonies of #19680C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19680C

Black with #19680C

Text Example


Text Example

White with #19680C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #19680C; }

 p { color: rgb(25,104,12); }

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

background-color css

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

 a { background-color: rgb(25,104,12); }

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

border-color css

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

 span { border-color: rgb(25,104,12); }

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