#223213

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

Shades of Pine Tree #223213

Tints of Pine Tree #223213

Color information

#223213 (or 0x223213) is unknown color: approx Pine Tree. HEX triplet: 22, 32 and 13. RGB value is (34,50,19). Sum of RGB (Red+Green+Blue) = 34+50+19=103 (13% of max value = 765). Red value is 34 (13.67% from 255 or 33.01% from 103); Green value is 50 (19.92% from 255 or 48.54% from 103); Blue value is 19 (7.81% from 255 or 18.45% from 103); Max value from RGB is 50 - color contains mainly: green. Hex color #223213 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #223213 is #DDCDEC. Grayscale: #292929. Windows color (decimal): -14536173 or 1258018. OLE color: 1258018.

HSL color Cylindrical-coordinate representation of color #223213: hue angle of 90.97º degrees, saturation: 0.45, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #223213 is Cyan = 0.32, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.80.

Color convert

RGB345019-
CMYK0.3200.620.80
HSL90.97º44.93%13.53%-
HSV(B)90.97º62%19.61%-
XYZ1.922.671.03-
YUV41.68115.2122.52-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 33.01%
GREEN value IS 50 (19.92% from 255) = 48.54%
BLUE value IS 19 (7.81% from 255) = 18.45%
R=33.01%
G=48.54%
B=18.45%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal3450190.3200.620.8090.9744.9313.53
Hex2232132003E505b2de
Octal426223400761201335516
Binary100010110010100111000000111110101000010110111011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #223213

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #223213; }

 p { color: rgb(34,50,19); }

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

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

 a { background-color: rgb(34,50,19); }

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

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

 span { border-color: rgb(34,50,19); }

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