#214833

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

Shades of Bottle Green #214833

Tints of Bottle Green #214833

Color information

#214833 (or 0x214833) is unknown color: approx Bottle Green. HEX triplet: 21, 48 and 33. RGB value is (33,72,51). Sum of RGB (Red+Green+Blue) = 33+72+51=156 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.15% from 156); Green value is 72 (28.52% from 255 or 46.15% from 156); Blue value is 51 (20.31% from 255 or 32.69% from 156); Max value from RGB is 72 - color contains mainly: green. Hex color #214833 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #214833 is #DEB7CC. Grayscale: #393939. Windows color (decimal): -14596045 or 3360801. OLE color: 3360801.

HSL color Cylindrical-coordinate representation of color #214833: hue angle of 147.69º degrees, saturation: 0.37, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #214833 is Cyan = 0.54, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.72.

Color convert

RGB337251-
CMYK0.5400.290.72
HSL147.69º37.14%20.59%-
HSV(B)147.69º54.17%28.24%-
XYZ3.545.23.95-
YUV57.94124.08110.21-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 21.15%
GREEN value IS 72 (28.52% from 255) = 46.15%
BLUE value IS 51 (20.31% from 255) = 32.69%
R=21.15%
G=46.15%
B=32.69%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal3372510.5400.290.72147.6937.1420.59
Hex2148333601D48942515
Octal4111063660351102244525
Binary100001100100011001111011001110110010001001010010010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214833

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #214833; }

 p { color: rgb(33,72,51); }

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

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

 a { background-color: rgb(33,72,51); }

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

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

 span { border-color: rgb(33,72,51); }

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