#192706

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

Shades of Pine Tree #192706

Tints of Pine Tree #192706

Color information

#192706 (or 0x192706) is unknown color: approx Pine Tree. HEX triplet: 19, 27 and 06. RGB value is (25,39,6). Sum of RGB (Red+Green+Blue) = 25+39+6=70 (9% of max value = 765). Red value is 25 (10.16% from 255 or 35.71% from 70); Green value is 39 (15.62% from 255 or 55.71% from 70); Blue value is 6 (2.73% from 255 or 8.57% from 70); Max value from RGB is 39 - color contains mainly: green. Hex color #192706 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #192706 is #E6D8F9. Grayscale: #1F1F1F. Windows color (decimal): -15128826 or 403225. OLE color: 403225.

HSL color Cylindrical-coordinate representation of color #192706: hue angle of 85.45º degrees, saturation: 0.73, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #192706 is Cyan = 0.36, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.85.

Color convert

RGB25396-
CMYK0.3600.850.85
HSL85.45º73.33%8.82%-
HSV(B)85.45º84.62%15.29%-
XYZ1.161.670.43-
YUV31.05113.86123.68-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 35.71%
GREEN value IS 39 (15.62% from 255) = 55.71%
BLUE value IS 6 (2.73% from 255) = 8.57%
R=35.71%
G=55.71%
B=8.57%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal253960.3600.850.8585.4573.338.82
Hex19276240555555499
Octal3147644012512512511111
Binary11001100111110100100010101011010101101010110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #192706

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #192706; }

 p { color: rgb(25,39,6); }

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

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

 a { background-color: rgb(25,39,6); }

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

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

 span { border-color: rgb(25,39,6); }

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