#223512

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

Shades of Pine Tree #223512

Tints of Pine Tree #223512

Color information

#223512 (or 0x223512) is unknown color: approx Pine Tree. HEX triplet: 22, 35 and 12. RGB value is (34,53,18). Sum of RGB (Red+Green+Blue) = 34+53+18=105 (13% of max value = 765). Red value is 34 (13.67% from 255 or 32.38% from 105); Green value is 53 (21.09% from 255 or 50.48% from 105); Blue value is 18 (7.42% from 255 or 17.14% from 105); Max value from RGB is 53 - color contains mainly: green. Hex color #223512 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #223512 is #DDCAED. Grayscale: #2B2B2B. Windows color (decimal): -14535406 or 1193250. OLE color: 1193250.

HSL color Cylindrical-coordinate representation of color #223512: hue angle of 92.57º degrees, saturation: 0.49, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #223512 is Cyan = 0.36, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.79.

Color convert

RGB345318-
CMYK0.3600.660.79
HSL92.57º49.3%13.92%-
HSV(B)92.57º66.04%20.78%-
XYZ2.042.931.03-
YUV43.33113.71121.35-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 32.38%
GREEN value IS 53 (21.09% from 255) = 50.48%
BLUE value IS 18 (7.42% from 255) = 17.14%
R=32.38%
G=50.48%
B=17.14%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal3453180.3600.660.7992.5749.313.92
Hex223512240424F5d31e
Octal4265224401021171356116
Binary1000101101011001010010001000010100111110111011100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #223512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #223512; }

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

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

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

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

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

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

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

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