#193008

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

Shades of Pine Tree #193008

Tints of Pine Tree #193008

Color information

#193008 (or 0x193008) is unknown color: approx Pine Tree. HEX triplet: 19, 30 and 08. RGB value is (25,48,8). Sum of RGB (Red+Green+Blue) = 25+48+8=81 (10% of max value = 765). Red value is 25 (10.16% from 255 or 30.86% from 81); Green value is 48 (19.14% from 255 or 59.26% from 81); Blue value is 8 (3.52% from 255 or 9.88% from 81); Max value from RGB is 48 - color contains mainly: green. Hex color #193008 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #193008 is #E6CFF7. Grayscale: #242424. Windows color (decimal): -15126520 or 536601. OLE color: 536601.

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

Color convert

RGB25488-
CMYK0.4800.830.81
HSL94.5º71.43%10.98%-
HSV(B)94.5º83.33%18.82%-
XYZ1.52.340.6-
YUV36.56111.88119.75-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 30.86%
GREEN value IS 48 (19.14% from 255) = 59.26%
BLUE value IS 8 (3.52% from 255) = 9.88%
R=30.86%
G=59.26%
B=9.88%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal254880.4800.830.8194.571.4310.98
Hex1930830053515e47b
Octal31601060012312113610713
Binary110011100001000110000010100111010001101111010001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193008

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #193008; }

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

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

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

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

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

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

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

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