#163002

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

Shades of Pine Tree #163002

Tints of Pine Tree #163002

Color information

#163002 (or 0x163002) is unknown color: approx Pine Tree. HEX triplet: 16, 30 and 02. RGB value is (22,48,2). Sum of RGB (Red+Green+Blue) = 22+48+2=72 (9% of max value = 765). Red value is 22 (8.98% from 255 or 30.56% from 72); Green value is 48 (19.14% from 255 or 66.67% from 72); Blue value is 2 (1.17% from 255 or 2.78% from 72); Max value from RGB is 48 - color contains mainly: green. Hex color #163002 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #163002 is #E9CFFD. Grayscale: #232323. Windows color (decimal): -15323134 or 143382. OLE color: 143382.

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

Color convert

RGB22482-
CMYK0.5400.960.81
HSL93.91º92%9.8%-
HSV(B)93.91º95.83%18.82%-
XYZ1.42.290.43-
YUV34.98109.39118.74-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 30.56%
GREEN value IS 48 (19.14% from 255) = 66.67%
BLUE value IS 2 (1.17% from 255) = 2.78%
R=30.56%
G=66.67%
B=2.78%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal224820.5400.960.8193.91929.8
Hex1630236060515e5ca
Octal2660266014012113613412
Binary1011011000010110110011000001010001101111010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163002

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #163002; }

 p { color: rgb(22,48,2); }

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

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

 a { background-color: rgb(22,48,2); }

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

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

 span { border-color: rgb(22,48,2); }

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