#22350E

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

Shades of Pine Tree #22350E

Tints of Pine Tree #22350E

Color information

#22350E (or 0x22350E) is unknown color: approx Pine Tree. HEX triplet: 22, 35 and 0E. RGB value is (34,53,14). Sum of RGB (Red+Green+Blue) = 34+53+14=101 (13% of max value = 765). Red value is 34 (13.67% from 255 or 33.66% from 101); Green value is 53 (21.09% from 255 or 52.48% from 101); Blue value is 14 (5.86% from 255 or 13.86% from 101); Max value from RGB is 53 - color contains mainly: green. Hex color #22350E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #22350E is #DDCAF1. Grayscale: #2B2B2B. Windows color (decimal): -14535410 or 931106. OLE color: 931106.

HSL color Cylindrical-coordinate representation of color #22350E: hue angle of 89.23º degrees, saturation: 0.58, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #22350E is Cyan = 0.36, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.79.

Color convert

RGB345314-
CMYK0.3600.740.79
HSL89.23º58.21%13.14%-
HSV(B)89.23º73.58%20.78%-
XYZ2.012.920.87-
YUV42.87111.71121.67-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 33.66%
GREEN value IS 53 (21.09% from 255) = 52.48%
BLUE value IS 14 (5.86% from 255) = 13.86%
R=33.66%
G=52.48%
B=13.86%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal3453140.3600.740.7989.2358.2113.14
Hex2235E2404A4F593ad
Octal4265164401121171317215
Binary100010110101111010010001001010100111110110011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22350E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #22350E; }

 p { color: rgb(34,53,14); }

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

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

 a { background-color: rgb(34,53,14); }

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

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

 span { border-color: rgb(34,53,14); }

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