#214F47

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

Shades of Gable Green #214F47

Tints of Gable Green #214F47

Color information

#214F47 (or 0x214F47) is unknown color: approx Gable Green. HEX triplet: 21, 4F and 47. RGB value is (33,79,71). Sum of RGB (Red+Green+Blue) = 33+79+71=183 (24% of max value = 765). Red value is 33 (13.28% from 255 or 18.03% from 183); Green value is 79 (31.25% from 255 or 43.17% from 183); Blue value is 71 (28.12% from 255 or 38.80% from 183); Max value from RGB is 79 - color contains mainly: green. Hex color #214F47 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #214F47 is #DEB0B8. Grayscale: #404040. Windows color (decimal): -14594233 or 4673313. OLE color: 4673313.

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

Color convert

RGB337971-
CMYK0.5800.100.69
HSL169.57º41.07%21.96%-
HSV(B)169.57º58.23%30.98%-
XYZ4.566.376.95-
YUV64.33131.76105.65-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 18.03%
GREEN value IS 79 (31.25% from 255) = 43.17%
BLUE value IS 71 (28.12% from 255) = 38.80%
R=18.03%
G=43.17%
B=38.80%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3379710.5800.100.69169.5741.0721.96
Hex214F473A0A45aa2916
Octal41117107720121052525126
Binary100001100111110001111110100101010001011010101010100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214F47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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