#214106

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

Shades of Pine Tree #214106

Tints of Pine Tree #214106

Color information

#214106 (or 0x214106) is unknown color: approx Pine Tree. HEX triplet: 21, 41 and 06. RGB value is (33,65,6). Sum of RGB (Red+Green+Blue) = 33+65+6=104 (13% of max value = 765). Red value is 33 (13.28% from 255 or 31.73% from 104); Green value is 65 (25.78% from 255 or 62.5% from 104); Blue value is 6 (2.73% from 255 or 5.77% from 104); Max value from RGB is 65 - color contains mainly: green. Hex color #214106 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #214106 is #DEBEF9. Grayscale: #303030. Windows color (decimal): -14597882 or 409889. OLE color: 409889.

HSL color Cylindrical-coordinate representation of color #214106: hue angle of 92.54º degrees, saturation: 0.83, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #214106 is Cyan = 0.49, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.75.

Color convert

RGB33656-
CMYK0.4900.910.75
HSL92.54º83.1%13.92%-
HSV(B)92.54º90.77%25.49%-
XYZ2.554.120.83-
YUV48.71103.9116.8-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 31.73%
GREEN value IS 65 (25.78% from 255) = 62.5%
BLUE value IS 6 (2.73% from 255) = 5.77%
R=31.73%
G=62.5%
B=5.77%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal336560.4900.910.7592.5483.113.92
Hex214163105B4B5d53e
Octal41101661013311313512316
Binary1000011000001110110001010110111001011101110110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214106

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #214106; }

 p { color: rgb(33,65,6); }

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

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

 a { background-color: rgb(33,65,6); }

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

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

 span { border-color: rgb(33,65,6); }

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