#192200

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

Shades of Pine Tree #192200

Tints of Pine Tree #192200

Color information

#192200 (or 0x192200) is unknown color: approx Pine Tree. HEX triplet: 19, 22 and 00. RGB value is (25,34,0). Sum of RGB (Red+Green+Blue) = 25+34+0=59 (7% of max value = 765). Red value is 25 (10.16% from 255 or 42.37% from 59); Green value is 34 (13.67% from 255 or 57.63% from 59); Blue value is 0 (0.39% from 255 or 0% from 59); Max value from RGB is 34 - color contains mainly: green. Hex color #192200 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #192200 is #E6DDFF. Grayscale: #1B1B1B. Windows color (decimal): -15130112 or 8729. OLE color: 8729.

HSL color Cylindrical-coordinate representation of color #192200: hue angle of 75.88º degrees, saturation: 1, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 1%. Process color model (Four color, CMYK) of #192200 is Cyan = 0.26, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.87.

Color convert

RGB25340-
CMYK0.26010.87
HSL75.88º100%6.67%-
HSV(B)75.88º100%13.33%-
XYZ0.971.350.21-
YUV27.43112.52126.26-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 42.37%
GREEN value IS 34 (13.67% from 255) = 57.63%
BLUE value IS 0 (0.39% from 255) = 0%
R=42.37%
G=57.63%
B=0%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal253400.26010.8775.881006.67
Hex192201A064574c647
Octal314203201441271141447
Binary1100110001001101001100100101011110011001100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #192200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #192200; }

 p { color: rgb(25,34,0); }

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

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

 a { background-color: rgb(25,34,0); }

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

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

 span { border-color: rgb(25,34,0); }

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