#214400

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

Shades of Pine Tree #214400

Tints of Pine Tree #214400

Color information

#214400 (or 0x214400) is unknown color: approx Pine Tree. HEX triplet: 21, 44 and 00. RGB value is (33,68,0). Sum of RGB (Red+Green+Blue) = 33+68+0=101 (13% of max value = 765). Red value is 33 (13.28% from 255 or 32.67% from 101); Green value is 68 (26.95% from 255 or 67.33% from 101); Blue value is 0 (0.39% from 255 or 0% from 101); Max value from RGB is 68 - color contains mainly: green. Hex color #214400 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #214400 is #DEBBFF. Grayscale: #323232. Windows color (decimal): -14597120 or 17441. OLE color: 17441.

HSL color Cylindrical-coordinate representation of color #214400: hue angle of 90.88º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 1%. Process color model (Four color, CMYK) of #214400 is Cyan = 0.51, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.73.

Color convert

RGB33680-
CMYK0.51010.73
HSL90.88º100%13.33%-
HSV(B)90.88º100%26.67%-
XYZ2.694.460.72-
YUV49.7899.9116.03-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 32.67%
GREEN value IS 68 (26.95% from 255) = 67.33%
BLUE value IS 0 (0.39% from 255) = 0%
R=32.67%
G=67.33%
B=0%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal336800.51010.7390.8810013.33
Hex2144033064495b64d
Octal41104063014411113314415
Binary10000110001000110011011001001001001101101111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214400

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #214400; }

 p { color: rgb(33,68,0); }

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

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

 a { background-color: rgb(33,68,0); }

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

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

 span { border-color: rgb(33,68,0); }

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