#193007

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

Shades of Pine Tree #193007

Tints of Pine Tree #193007

Color information

#193007 (or 0x193007) is unknown color: approx Pine Tree. HEX triplet: 19, 30 and 07. RGB value is (25,48,7). Sum of RGB (Red+Green+Blue) = 25+48+7=80 (10% of max value = 765). Red value is 25 (10.16% from 255 or 31.25% from 80); Green value is 48 (19.14% from 255 or 60% from 80); Blue value is 7 (3.12% from 255 or 8.75% from 80); Max value from RGB is 48 - color contains mainly: green. Hex color #193007 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #193007 is #E6CFF8. Grayscale: #242424. Windows color (decimal): -15126521 or 471065. OLE color: 471065.

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

Color convert

RGB25487-
CMYK0.4800.850.81
HSL93.66º74.55%10.78%-
HSV(B)93.66º85.42%18.82%-
XYZ1.52.340.57-
YUV36.45111.38119.83-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 31.25%
GREEN value IS 48 (19.14% from 255) = 60%
BLUE value IS 7 (3.12% from 255) = 8.75%
R=31.25%
G=60%
B=8.75%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal254870.4800.850.8193.6674.5510.78
Hex1930730055515e4bb
Octal3160760012512113611313
Binary11001110000111110000010101011010001101111010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193007

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #193007; }

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

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

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

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

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

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

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

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