#214107

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

Shades of Pine Tree #214107

Tints of Pine Tree #214107

Color information

#214107 (or 0x214107) is unknown color: approx Pine Tree. HEX triplet: 21, 41 and 07. RGB value is (33,65,7). Sum of RGB (Red+Green+Blue) = 33+65+7=105 (13% of max value = 765). Red value is 33 (13.28% from 255 or 31.43% from 105); Green value is 65 (25.78% from 255 or 61.90% from 105); Blue value is 7 (3.12% from 255 or 6.67% from 105); Max value from RGB is 65 - color contains mainly: green. Hex color #214107 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #214107 is #DEBEF8. Grayscale: #313131. Windows color (decimal): -14597881 or 475425. OLE color: 475425.

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

Color convert

RGB33657-
CMYK0.4900.890.75
HSL93.1º80.56%14.12%-
HSV(B)93.1º89.23%25.49%-
XYZ2.564.120.86-
YUV48.82104.4116.72-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 31.43%
GREEN value IS 65 (25.78% from 255) = 61.90%
BLUE value IS 7 (3.12% from 255) = 6.67%
R=31.43%
G=61.90%
B=6.67%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal336570.4900.890.7593.180.5614.12
Hex21417310594B5d51e
Octal41101761013111313512116
Binary1000011000001111110001010110011001011101110110100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214107

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #214107; }

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

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

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

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

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

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

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

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