#214A33

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

Shades of Bottle Green #214A33

Tints of Bottle Green #214A33

Color information

#214A33 (or 0x214A33) is unknown color: approx Bottle Green. HEX triplet: 21, 4A and 33. RGB value is (33,74,51). Sum of RGB (Red+Green+Blue) = 33+74+51=158 (20% of max value = 765). Red value is 33 (13.28% from 255 or 20.89% from 158); Green value is 74 (29.30% from 255 or 46.84% from 158); Blue value is 51 (20.31% from 255 or 32.28% from 158); Max value from RGB is 74 - color contains mainly: green. Hex color #214A33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #214A33 is #DEB5CC. Grayscale: #3B3B3B. Windows color (decimal): -14595533 or 3361313. OLE color: 3361313.

HSL color Cylindrical-coordinate representation of color #214A33: hue angle of 146.34º 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 #214A33 is Cyan = 0.55, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.71.

Color convert

RGB337451-
CMYK0.5500.310.71
HSL146.34º38.32%20.98%-
HSV(B)146.34º55.41%29.02%-
XYZ3.675.463.99-
YUV59.12123.42109.37-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 20.89%
GREEN value IS 74 (29.30% from 255) = 46.84%
BLUE value IS 51 (20.31% from 255) = 32.28%
R=20.89%
G=46.84%
B=32.28%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3374510.5500.310.71146.3438.3220.98
Hex214A333701F47922615
Octal4111263670371072224625
Binary100001100101011001111011101111110001111001001010011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214A33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #214A33; }

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

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

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

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

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

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

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

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