#214A36

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

Shades of Bottle Green #214A36

Tints of Bottle Green #214A36

Color information

#214A36 (or 0x214A36) is unknown color: approx Bottle Green. HEX triplet: 21, 4A and 36. RGB value is (33,74,54). Sum of RGB (Red+Green+Blue) = 33+74+54=161 (21% of max value = 765). Red value is 33 (13.28% from 255 or 20.50% from 161); Green value is 74 (29.30% from 255 or 45.96% from 161); Blue value is 54 (21.48% from 255 or 33.54% from 161); Max value from RGB is 74 - color contains mainly: green. Hex color #214A36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #214A36 is #DEB5C9. Grayscale: #3B3B3B. Windows color (decimal): -14595530 or 3557921. OLE color: 3557921.

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

Color convert

RGB337454-
CMYK0.5500.270.71
HSL150.73º38.32%20.98%-
HSV(B)150.73º55.41%29.02%-
XYZ3.745.494.35-
YUV59.46124.92109.13-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 20.50%
GREEN value IS 74 (29.30% from 255) = 45.96%
BLUE value IS 54 (21.48% from 255) = 33.54%
R=20.50%
G=45.96%
B=33.54%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3374540.5500.270.71150.7338.3220.98
Hex214A363701B47972615
Octal4111266670331072274625
Binary100001100101011011011011101101110001111001011110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214A36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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