Html Css Color HEX #214D47 Gable Green

📋 copy color: '#214D47'

red 33 ◦ green 77 ◦ blue 71

#214D47
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gable Green #214D47

Tints of Gable Green #214D47

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.13% from 255) = 39.23%

R = 18.23%
G = 42.54%
B = 39.23%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.08

 K value IS 0.70

RGB Variations

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

Color information

#214D47 (or 0x214D47) is known color: 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

RGB 33 77 71 -
CMYK 0.57 0 0.08 0.70
HSL 171.82º 0.4% 0.22% -
HSV(B) 171.82º 0.57% 0.3% -
XYZ 4.42 6.09 6.9 -
YUV 63.16 132.42 106.49 -
System Red Green Blue C M Y K H S L
Decimal 33 77 71 0.57 0 0.08 0.70 171.82 0.4 0.22
Hex 21 4D 47 39 0 8 46 AC 28 16
Octal 41 115 107 71 0 10 106 254 50 26
Binary 100001 1001101 1000111 111001 0 1000 1000110 10101100 101000 10110

Color Harmonies of #214D47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214D47

Black with #214D47

Text Example


Text Example

White with #214D47

Text Example


Text Example

HTML Codes & Css Web 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>