#223312

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

Shades of Pine Tree #223312

Tints of Pine Tree #223312

Color information

#223312 (or 0x223312) is unknown color: approx Pine Tree. HEX triplet: 22, 33 and 12. RGB value is (34,51,18). Sum of RGB (Red+Green+Blue) = 34+51+18=103 (13% of max value = 765). Red value is 34 (13.67% from 255 or 33.01% from 103); Green value is 51 (20.31% from 255 or 49.51% from 103); Blue value is 18 (7.42% from 255 or 17.48% from 103); Max value from RGB is 51 - color contains mainly: green. Hex color #223312 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #223312 is #DDCCED. Grayscale: #2A2A2A. Windows color (decimal): -14535918 or 1192738. OLE color: 1192738.

HSL color Cylindrical-coordinate representation of color #223312: hue angle of 90.91º degrees, saturation: 0.48, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #223312 is Cyan = 0.33, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.8.

Color convert

RGB345118-
CMYK0.3300.650.8
HSL90.91º47.83%13.53%-
HSV(B)90.91º64.71%20%-
XYZ1.952.751-
YUV42.15114.37122.18-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 33.01%
GREEN value IS 51 (20.31% from 255) = 49.51%
BLUE value IS 18 (7.42% from 255) = 17.48%
R=33.01%
G=49.51%
B=17.48%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal3451180.3300.650.890.9147.8313.53
Hex22331221041505b30e
Octal4263224101011201336016
Binary1000101100111001010000101000001101000010110111100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #223312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #223312; }

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

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

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

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

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

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

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

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