#214500

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

Shades of Pine Tree #214500

Tints of Pine Tree #214500

Color information

#214500 (or 0x214500) is unknown color: approx Pine Tree. HEX triplet: 21, 45 and 00. RGB value is (33,69,0). Sum of RGB (Red+Green+Blue) = 33+69+0=102 (13% of max value = 765). Red value is 33 (13.28% from 255 or 32.35% from 102); Green value is 69 (27.34% from 255 or 67.65% from 102); Blue value is 0 (0.39% from 255 or 0% from 102); Max value from RGB is 69 - color contains mainly: green. Hex color #214500 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #214500 is #DEBAFF. Grayscale: #323232. Windows color (decimal): -14596864 or 17697. OLE color: 17697.

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

Color convert

RGB33690-
CMYK0.52010.73
HSL91.3º100%13.53%-
HSV(B)91.3º100%27.06%-
XYZ2.764.580.74-
YUV50.3799.57115.61-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 32.35%
GREEN value IS 69 (27.34% from 255) = 67.65%
BLUE value IS 0 (0.39% from 255) = 0%
R=32.35%
G=67.65%
B=0%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal336900.52010.7391.310013.53
Hex2145034064495b64e
Octal41105064014411113314416
Binary10000110001010110100011001001001001101101111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214500

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #214500; }

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

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

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

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

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

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

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

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