#214B45

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

Shades of Gable Green #214B45

Tints of Gable Green #214B45

Color information

#214B45 (or 0x214B45) is unknown color: approx Gable Green. HEX triplet: 21, 4B and 45. RGB value is (33,75,69). Sum of RGB (Red+Green+Blue) = 33+75+69=177 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.64% from 177); Green value is 75 (29.69% from 255 or 42.37% from 177); Blue value is 69 (27.34% from 255 or 38.98% from 177); Max value from RGB is 75 - color contains mainly: green. Hex color #214B45 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #214B45 is #DEB4BA. Grayscale: #3D3D3D. Windows color (decimal): -14595259 or 4541217. OLE color: 4541217.

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

Color convert

RGB337569-
CMYK0.5600.080.71
HSL171.43º38.89%21.18%-
HSV(B)171.43º56%29.41%-
XYZ4.225.796.52-
YUV61.76132.09107.49-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 18.64%
GREEN value IS 75 (29.69% from 255) = 42.37%
BLUE value IS 69 (27.34% from 255) = 38.98%
R=18.64%
G=42.37%
B=38.98%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3375690.5600.080.71171.4338.8921.18
Hex214B45380847ab2715
Octal41113105700101072534725
Binary100001100101110001011110000100010001111010101110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214B45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,75,69); }

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

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

 a { background-color: rgb(33,75,69); }

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

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

 span { border-color: rgb(33,75,69); }

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