#193202

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

Shades of Pine Tree #193202

Tints of Pine Tree #193202

Color information

#193202 (or 0x193202) is unknown color: approx Pine Tree. HEX triplet: 19, 32 and 02. RGB value is (25,50,2). Sum of RGB (Red+Green+Blue) = 25+50+2=77 (10% of max value = 765). Red value is 25 (10.16% from 255 or 32.47% from 77); Green value is 50 (19.92% from 255 or 64.94% from 77); Blue value is 2 (1.17% from 255 or 2.60% from 77); Max value from RGB is 50 - color contains mainly: green. Hex color #193202 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #193202 is #E6CDFD. Grayscale: #252525. Windows color (decimal): -15126014 or 143897. OLE color: 143897.

HSL color Cylindrical-coordinate representation of color #193202: hue angle of 91.25º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #193202 is Cyan = 0.50, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.80.

Color convert

RGB25502-
CMYK0.5000.960.80
HSL91.25º92.31%10.2%-
HSV(B)91.25º96%19.61%-
XYZ1.552.490.46-
YUV37.05108.22119.4-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 32.47%
GREEN value IS 50 (19.92% from 255) = 64.94%
BLUE value IS 2 (1.17% from 255) = 2.60%
R=32.47%
G=64.94%
B=2.60%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal255020.5000.960.8091.2592.3110.2
Hex1932232060505b5ca
Octal3162262014012013313412
Binary1100111001010110010011000001010000101101110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193202

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #193202; }

 p { color: rgb(25,50,2); }

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

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

 a { background-color: rgb(25,50,2); }

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

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

 span { border-color: rgb(25,50,2); }

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