#192401

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

Shades of Pine Tree #192401

Tints of Pine Tree #192401

Color information

#192401 (or 0x192401) is unknown color: approx Pine Tree. HEX triplet: 19, 24 and 01. RGB value is (25,36,1). Sum of RGB (Red+Green+Blue) = 25+36+1=62 (8% of max value = 765). Red value is 25 (10.16% from 255 or 40.32% from 62); Green value is 36 (14.45% from 255 or 58.06% from 62); Blue value is 1 (0.78% from 255 or 1.61% from 62); Max value from RGB is 36 - color contains mainly: green. Hex color #192401 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #192401 is #E6DBFE. Grayscale: #1C1C1C. Windows color (decimal): -15129599 or 74777. OLE color: 74777.

HSL color Cylindrical-coordinate representation of color #192401: hue angle of 78.86º degrees, saturation: 0.95, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #192401 is Cyan = 0.31, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.86.

Color convert

RGB25361-
CMYK0.3100.970.86
HSL78.86º94.59%7.25%-
HSV(B)78.86º97.22%14.12%-
XYZ1.041.470.26-
YUV28.72112.36125.35-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 40.32%
GREEN value IS 36 (14.45% from 255) = 58.06%
BLUE value IS 1 (0.78% from 255) = 1.61%
R=40.32%
G=58.06%
B=1.61%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal253610.3100.970.8678.8694.597.25
Hex192411F061564f5f7
Octal314413701411261171377
Binary1100110010011111101100001101011010011111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #192401

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #192401; }

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

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

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

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

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

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

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

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