#223016

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

Shades of Pine Tree #223016

Tints of Pine Tree #223016

Color information

#223016 (or 0x223016) is unknown color: approx Pine Tree. HEX triplet: 22, 30 and 16. RGB value is (34,48,22). Sum of RGB (Red+Green+Blue) = 34+48+22=104 (13% of max value = 765). Red value is 34 (13.67% from 255 or 32.69% from 104); Green value is 48 (19.14% from 255 or 46.15% from 104); Blue value is 22 (8.98% from 255 or 21.15% from 104); Max value from RGB is 48 - color contains mainly: green. Hex color #223016 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #223016 is #DDCFE9. Grayscale: #282828. Windows color (decimal): -14536682 or 1454114. OLE color: 1454114.

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

Color convert

RGB344822-
CMYK0.2900.540.81
HSL92.31º37.14%13.73%-
HSV(B)92.31º54.17%18.82%-
XYZ1.862.511.15-
YUV40.85117.36123.11-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 32.69%
GREEN value IS 48 (19.14% from 255) = 46.15%
BLUE value IS 22 (8.98% from 255) = 21.15%
R=32.69%
G=46.15%
B=21.15%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3448220.2900.540.8192.3137.1413.73
Hex2230161D036515c25e
Octal426026350661211344516
Binary10001011000010110111010110110101000110111001001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #223016

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #223016; }

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

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

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

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

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

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

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

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