#193005

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

Shades of Pine Tree #193005

Tints of Pine Tree #193005

Color information

#193005 (or 0x193005) is unknown color: approx Pine Tree. HEX triplet: 19, 30 and 05. RGB value is (25,48,5). Sum of RGB (Red+Green+Blue) = 25+48+5=78 (10% of max value = 765). Red value is 25 (10.16% from 255 or 32.05% from 78); Green value is 48 (19.14% from 255 or 61.54% from 78); Blue value is 5 (2.34% from 255 or 6.41% from 78); Max value from RGB is 48 - color contains mainly: green. Hex color #193005 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #193005 is #E6CFFA. Grayscale: #242424. Windows color (decimal): -15126523 or 339993. OLE color: 339993.

HSL color Cylindrical-coordinate representation of color #193005: hue angle of 92.09º degrees, saturation: 0.81, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #193005 is Cyan = 0.48, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.81.

Color convert

RGB25485-
CMYK0.4800.900.81
HSL92.09º81.13%10.39%-
HSV(B)92.09º89.58%18.82%-
XYZ1.492.330.52-
YUV36.22110.38120-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 32.05%
GREEN value IS 48 (19.14% from 255) = 61.54%
BLUE value IS 5 (2.34% from 255) = 6.41%
R=32.05%
G=61.54%
B=6.41%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal254850.4800.900.8192.0981.1310.39
Hex193053005A515c51a
Octal3160560013212113412112
Binary11001110000101110000010110101010001101110010100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193005

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #193005; }

 p { color: rgb(25,48,5); }

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

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

 a { background-color: rgb(25,48,5); }

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

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

 span { border-color: rgb(25,48,5); }

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