#192400

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

Shades of Pine Tree #192400

Tints of Pine Tree #192400

Color information

#192400 (or 0x192400) is unknown color: approx Pine Tree. HEX triplet: 19, 24 and 00. RGB value is (25,36,0). Sum of RGB (Red+Green+Blue) = 25+36+0=61 (8% of max value = 765). Red value is 25 (10.16% from 255 or 40.98% from 61); Green value is 36 (14.45% from 255 or 59.02% from 61); Blue value is 0 (0.39% from 255 or 0% from 61); Max value from RGB is 36 - color contains mainly: green. Hex color #192400 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #192400 is #E6DBFF. Grayscale: #1C1C1C. Windows color (decimal): -15129600 or 9241. OLE color: 9241.

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

Color convert

RGB25360-
CMYK0.31010.86
HSL78.33º100%7.06%-
HSV(B)78.33º100%14.12%-
XYZ1.031.470.23-
YUV28.61111.86125.43-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 40.98%
GREEN value IS 36 (14.45% from 255) = 59.02%
BLUE value IS 0 (0.39% from 255) = 0%
R=40.98%
G=59.02%
B=0%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal253600.31010.8678.331007.06
Hex192401F064564e647
Octal314403701441261161447
Binary1100110010001111101100100101011010011101100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #192400

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #192400; }

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

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

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

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

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

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

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

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