#214A43

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

Shades of Gable Green #214A43

Tints of Gable Green #214A43

Color information

#214A43 (or 0x214A43) is unknown color: approx Gable Green. HEX triplet: 21, 4A and 43. RGB value is (33,74,67). Sum of RGB (Red+Green+Blue) = 33+74+67=174 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.97% from 174); Green value is 74 (29.30% from 255 or 42.53% from 174); Blue value is 67 (26.56% from 255 or 38.51% from 174); Max value from RGB is 74 - color contains mainly: green. Hex color #214A43 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #214A43 is #DEB5BC. Grayscale: #3C3C3C. Windows color (decimal): -14595517 or 4409889. OLE color: 4409889.

HSL color Cylindrical-coordinate representation of color #214A43: hue angle of 169.76º degrees, saturation: 0.38, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #214A43 is Cyan = 0.55, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.71.

Color convert

RGB337467-
CMYK0.5500.090.71
HSL169.76º38.32%20.98%-
HSV(B)169.76º55.41%29.02%-
XYZ4.095.636.18-
YUV60.94131.42108.07-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 18.97%
GREEN value IS 74 (29.30% from 255) = 42.53%
BLUE value IS 67 (26.56% from 255) = 38.51%
R=18.97%
G=42.53%
B=38.51%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3374670.5500.090.71169.7638.3220.98
Hex214A43370947aa2615
Octal41112103670111072524625
Binary100001100101010000111101110100110001111010101010011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214A43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,74,67); }

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

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

 a { background-color: rgb(33,74,67); }

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

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

 span { border-color: rgb(33,74,67); }

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