#214E48

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

Shades of Gable Green #214E48

Tints of Gable Green #214E48

Color information

#214E48 (or 0x214E48) is unknown color: approx Gable Green. HEX triplet: 21, 4E and 48. RGB value is (33,78,72). Sum of RGB (Red+Green+Blue) = 33+78+72=183 (24% of max value = 765). Red value is 33 (13.28% from 255 or 18.03% from 183); Green value is 78 (30.86% from 255 or 42.62% from 183); Blue value is 72 (28.52% from 255 or 39.34% from 183); Max value from RGB is 78 - color contains mainly: green. Hex color #214E48 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #214E48 is #DEB1B7. Grayscale: #3F3F3F. Windows color (decimal): -14594488 or 4738593. OLE color: 4738593.

HSL color Cylindrical-coordinate representation of color #214E48: hue angle of 172º degrees, saturation: 0.41, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #214E48 is Cyan = 0.58, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.69.

Color convert

RGB337872-
CMYK0.5800.080.69
HSL172º40.54%21.76%-
HSV(B)172º57.69%30.59%-
XYZ4.526.247.1-
YUV63.86132.59105.99-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 18.03%
GREEN value IS 78 (30.86% from 255) = 42.62%
BLUE value IS 72 (28.52% from 255) = 39.34%
R=18.03%
G=42.62%
B=39.34%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3378720.5800.080.6917240.5421.76
Hex214E483A0845ac2916
Octal41116110720101052545126
Binary100001100111010010001110100100010001011010110010100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214E48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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