#192201

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

Shades of Pine Tree #192201

Tints of Pine Tree #192201

Color information

#192201 (or 0x192201) is unknown color: approx Pine Tree. HEX triplet: 19, 22 and 01. RGB value is (25,34,1). Sum of RGB (Red+Green+Blue) = 25+34+1=60 (7% of max value = 765). Red value is 25 (10.16% from 255 or 41.67% from 60); Green value is 34 (13.67% from 255 or 56.67% from 60); Blue value is 1 (0.78% from 255 or 1.67% from 60); Max value from RGB is 34 - color contains mainly: green. Hex color #192201 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #192201 is #E6DDFE. Grayscale: #1B1B1B. Windows color (decimal): -15130111 or 74265. OLE color: 74265.

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

Color convert

RGB25341-
CMYK0.2600.970.87
HSL76.36º94.29%6.86%-
HSV(B)76.36º97.06%13.33%-
XYZ0.981.350.24-
YUV27.55113.02126.18-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 41.67%
GREEN value IS 34 (13.67% from 255) = 56.67%
BLUE value IS 1 (0.78% from 255) = 1.67%
R=41.67%
G=56.67%
B=1.67%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal253410.2600.970.8776.3694.296.86
Hex192211A061574c5e7
Octal314213201411271141367
Binary1100110001011101001100001101011110011001011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #192201

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #192201; }

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

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

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

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

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

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

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

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