#214005

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

Shades of Pine Tree #214005

Tints of Pine Tree #214005

Color information

#214005 (or 0x214005) is unknown color: approx Pine Tree. HEX triplet: 21, 40 and 05. RGB value is (33,64,5). Sum of RGB (Red+Green+Blue) = 33+64+5=102 (13% of max value = 765). Red value is 33 (13.28% from 255 or 32.35% from 102); Green value is 64 (25.39% from 255 or 62.75% from 102); Blue value is 5 (2.34% from 255 or 4.90% from 102); Max value from RGB is 64 - color contains mainly: green. Hex color #214005 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #214005 is #DEBFFA. Grayscale: #303030. Windows color (decimal): -14598139 or 344097. OLE color: 344097.

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

Color convert

RGB33645-
CMYK0.4800.920.75
HSL91.53º85.51%13.53%-
HSV(B)91.53º92.19%25.1%-
XYZ2.4940.78-
YUV48103.73117.3-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 32.35%
GREEN value IS 64 (25.39% from 255) = 62.75%
BLUE value IS 5 (2.34% from 255) = 4.90%
R=32.35%
G=62.75%
B=4.90%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal336450.4800.920.7591.5385.5113.53
Hex214053005C4B5c56e
Octal41100560013411313412616
Binary1000011000000101110000010111001001011101110010101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214005

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #214005; }

 p { color: rgb(33,64,5); }

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

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

 a { background-color: rgb(33,64,5); }

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

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

 span { border-color: rgb(33,64,5); }

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