#223011

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

Shades of Pine Tree #223011

Tints of Pine Tree #223011

Color information

#223011 (or 0x223011) is unknown color: approx Pine Tree. HEX triplet: 22, 30 and 11. RGB value is (34,48,17). Sum of RGB (Red+Green+Blue) = 34+48+17=99 (13% of max value = 765). Red value is 34 (13.67% from 255 or 34.34% from 99); Green value is 48 (19.14% from 255 or 48.48% from 99); Blue value is 17 (7.03% from 255 or 17.17% from 99); Max value from RGB is 48 - color contains mainly: green. Hex color #223011 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #223011 is #DDCFEE. Grayscale: #282828. Windows color (decimal): -14536687 or 1126434. OLE color: 1126434.

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

Color convert

RGB344817-
CMYK0.2900.650.81
HSL87.1º47.69%12.75%-
HSV(B)87.1º64.58%18.82%-
XYZ1.822.490.92-
YUV40.28114.86123.52-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 34.34%
GREEN value IS 48 (19.14% from 255) = 48.48%
BLUE value IS 17 (7.03% from 255) = 17.17%
R=34.34%
G=48.48%
B=17.17%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3448170.2900.650.8187.147.6912.75
Hex2230111D041515730d
Octal4260213501011211276015
Binary100010110000100011110101000001101000110101111100001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #223011

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #223011; }

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

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

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

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

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

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

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

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