#214D47

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

Shades of Gable Green #214D47

Tints of Gable Green #214D47

Color information

#214D47 (or 0x214D47) is unknown color: approx Gable Green. HEX triplet: 21, 4D and 47. RGB value is (33,77,71). Sum of RGB (Red+Green+Blue) = 33+77+71=181 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.23% from 181); Green value is 77 (30.47% from 255 or 42.54% from 181); Blue value is 71 (28.12% from 255 or 39.23% from 181); Max value from RGB is 77 - color contains mainly: green. Hex color #214D47 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #214D47 is #DEB2B8. Grayscale: #3F3F3F. Windows color (decimal): -14594745 or 4672801. OLE color: 4672801.

HSL color Cylindrical-coordinate representation of color #214D47: hue angle of 171.82º degrees, saturation: 0.4, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #214D47 is Cyan = 0.57, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.70.

Color convert

RGB337771-
CMYK0.5700.080.70
HSL171.82º40%21.57%-
HSV(B)171.82º57.14%30.2%-
XYZ4.426.096.9-
YUV63.16132.42106.49-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 18.23%
GREEN value IS 77 (30.47% from 255) = 42.54%
BLUE value IS 71 (28.12% from 255) = 39.23%
R=18.23%
G=42.54%
B=39.23%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal3377710.5700.080.70171.824021.57
Hex214D47390846ac2816
Octal41115107710101062545026
Binary100001100110110001111110010100010001101010110010100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214D47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,77,71); }

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

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

 a { background-color: rgb(33,77,71); }

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

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

 span { border-color: rgb(33,77,71); }

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