#192601

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

Shades of Pine Tree #192601

Tints of Pine Tree #192601

Color information

#192601 (or 0x192601) is unknown color: approx Pine Tree. HEX triplet: 19, 26 and 01. RGB value is (25,38,1). Sum of RGB (Red+Green+Blue) = 25+38+1=64 (8% of max value = 765). Red value is 25 (10.16% from 255 or 39.06% from 64); Green value is 38 (15.23% from 255 or 59.38% from 64); Blue value is 1 (0.78% from 255 or 1.56% from 64); Max value from RGB is 38 - color contains mainly: green. Hex color #192601 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #192601 is #E6D9FE. Grayscale: #1E1E1E. Windows color (decimal): -15129087 or 75289. OLE color: 75289.

HSL color Cylindrical-coordinate representation of color #192601: hue angle of 81.08º degrees, saturation: 0.95, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #192601 is Cyan = 0.34, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.85.

Color convert

RGB25381-
CMYK0.3400.970.85
HSL81.08º94.87%7.65%-
HSV(B)81.08º97.37%14.9%-
XYZ1.11.60.28-
YUV29.9111.69124.51-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 39.06%
GREEN value IS 38 (15.23% from 255) = 59.38%
BLUE value IS 1 (0.78% from 255) = 1.56%
R=39.06%
G=59.38%
B=1.56%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal253810.3400.970.8581.0894.877.65
Hex192612206155515f8
Octal3146142014112512113710
Binary110011001101100010011000011010101101000110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #192601

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #192601; }

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

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

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

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

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

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

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

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