#213411

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

Shades of Pine Tree #213411

Tints of Pine Tree #213411

Color information

#213411 (or 0x213411) is unknown color: approx Pine Tree. HEX triplet: 21, 34 and 11. RGB value is (33,52,17). Sum of RGB (Red+Green+Blue) = 33+52+17=102 (13% of max value = 765). Red value is 33 (13.28% from 255 or 32.35% from 102); Green value is 52 (20.70% from 255 or 50.98% from 102); Blue value is 17 (7.03% from 255 or 16.67% from 102); Max value from RGB is 52 - color contains mainly: green. Hex color #213411 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #213411 is #DECBEE. Grayscale: #2A2A2A. Windows color (decimal): -14601199 or 1127457. OLE color: 1127457.

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

Color convert

RGB335217-
CMYK0.3700.670.80
HSL92.57º50.72%13.53%-
HSV(B)92.57º67.31%20.39%-
XYZ1.962.820.97-
YUV42.33113.71121.35-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 32.35%
GREEN value IS 52 (20.70% from 255) = 50.98%
BLUE value IS 17 (7.03% from 255) = 16.67%
R=32.35%
G=50.98%
B=16.67%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal3352170.3700.670.8092.5750.7213.53
Hex21341125043505d33e
Octal4164214501031201356316
Binary1000011101001000110010101000011101000010111011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213411

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #213411; }

 p { color: rgb(33,52,17); }

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

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

 a { background-color: rgb(33,52,17); }

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

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

 span { border-color: rgb(33,52,17); }

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