#214601

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

Shades of Pine Tree #214601

Tints of Pine Tree #214601

Color information

#214601 (or 0x214601) is unknown color: approx Pine Tree. HEX triplet: 21, 46 and 01. RGB value is (33,70,1). Sum of RGB (Red+Green+Blue) = 33+70+1=104 (13% of max value = 765). Red value is 33 (13.28% from 255 or 31.73% from 104); Green value is 70 (27.73% from 255 or 67.31% from 104); Blue value is 1 (0.78% from 255 or 0.96% from 104); Max value from RGB is 70 - color contains mainly: green. Hex color #214601 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #214601 is #DEB9FE. Grayscale: #333333. Windows color (decimal): -14596607 or 83489. OLE color: 83489.

HSL color Cylindrical-coordinate representation of color #214601: hue angle of 92.17º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #214601 is Cyan = 0.53, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.73.

Color convert

RGB33701-
CMYK0.5300.990.73
HSL92.17º97.18%13.92%-
HSV(B)92.17º98.57%27.45%-
XYZ2.824.710.79-
YUV51.0799.74115.11-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 31.73%
GREEN value IS 70 (27.73% from 255) = 67.31%
BLUE value IS 1 (0.78% from 255) = 0.96%
R=31.73%
G=67.31%
B=0.96%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal337010.5300.990.7392.1797.1813.92
Hex2146135063495c61e
Octal41106165014311113414116
Binary10000110001101110101011000111001001101110011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214601

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #214601; }

 p { color: rgb(33,70,1); }

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

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

 a { background-color: rgb(33,70,1); }

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

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

 span { border-color: rgb(33,70,1); }

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