#214936

Color #214936 Bottle Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bottle Green #214936

Tints of Bottle Green #214936

Color information

#214936 (or 0x214936) is unknown color: approx Bottle Green. HEX triplet: 21, 49 and 36. RGB value is (33,73,54). Sum of RGB (Red+Green+Blue) = 33+73+54=160 (21% of max value = 765). Red value is 33 (13.28% from 255 or 20.62% from 160); Green value is 73 (28.91% from 255 or 45.62% from 160); Blue value is 54 (21.48% from 255 or 33.75% from 160); Max value from RGB is 73 - color contains mainly: green. Hex color #214936 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #214936 is #DEB6C9. Grayscale: #3A3A3A. Windows color (decimal): -14595786 or 3557665. OLE color: 3557665.

HSL color Cylindrical-coordinate representation of color #214936: hue angle of 151.5º degrees, saturation: 0.38, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #214936 is Cyan = 0.55, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.71.

Color convert

RGB337354-
CMYK0.5500.260.71
HSL151.5º37.74%20.78%-
HSV(B)151.5º54.79%28.63%-
XYZ3.685.354.33-
YUV58.87125.25109.54-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 20.62%
GREEN value IS 73 (28.91% from 255) = 45.62%
BLUE value IS 54 (21.48% from 255) = 33.75%
R=20.62%
G=45.62%
B=33.75%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3373540.5500.260.71151.537.7420.78
Hex2149363701A47982615
Octal4111166670321072304625
Binary100001100100111011011011101101010001111001100010011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214936

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #214936; }

 p { color: rgb(33,73,54); }

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

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

 a { background-color: rgb(33,73,54); }

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

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

 span { border-color: rgb(33,73,54); }

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