#214F48

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

Shades of Gable Green #214F48

Tints of Gable Green #214F48

Color information

#214F48 (or 0x214F48) is unknown color: approx Gable Green. HEX triplet: 21, 4F and 48. RGB value is (33,79,72). Sum of RGB (Red+Green+Blue) = 33+79+72=184 (24% of max value = 765). Red value is 33 (13.28% from 255 or 17.93% from 184); Green value is 79 (31.25% from 255 or 42.93% from 184); Blue value is 72 (28.52% from 255 or 39.13% from 184); Max value from RGB is 79 - color contains mainly: green. Hex color #214F48 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #214F48 is #DEB0B7. Grayscale: #404040. Windows color (decimal): -14594232 or 4738849. OLE color: 4738849.

HSL color Cylindrical-coordinate representation of color #214F48: hue angle of 170.87º 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 #214F48 is Cyan = 0.58, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.69.

Color convert

RGB337972-
CMYK0.5800.090.69
HSL170.87º41.07%21.96%-
HSV(B)170.87º58.23%30.98%-
XYZ4.596.387.12-
YUV64.45132.26105.57-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 17.93%
GREEN value IS 79 (31.25% from 255) = 42.93%
BLUE value IS 72 (28.52% from 255) = 39.13%
R=17.93%
G=42.93%
B=39.13%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3379720.5800.090.69170.8741.0721.96
Hex214F483A0945ab2916
Octal41117110720111052535126
Binary100001100111110010001110100100110001011010101110100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214F48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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