Html Css Color HEX #214D45 Gable Green

📋 copy color: '#214D45'

red 33 ◦ green 77 ◦ blue 69

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

Shades of Gable Green #214D45

Tints of Gable Green #214D45

RGB

 RED value IS 33 (13.28% from 255) = 18.44%

 GREEN value IS 77 (30.47% from 255) = 43.02%

 BLUE value IS 69 (27.34% from 255) = 38.55%

R = 18.44%
G = 43.02%
B = 38.55%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.10

 K value IS 0.70

RGB Variations

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

Color information

#214D45 (or 0x214D45) is known color: Gable Green. HEX triplet: 21, 4D and 45. RGB value is (33,77,69). Sum of RGB (Red+Green+Blue) = 33+77+69=179 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.44% from 179); Green value is 77 (30.47% from 255 or 43.02% from 179); Blue value is 69 (27.34% from 255 or 38.55% from 179); Max value from RGB is 77 - color contains mainly: green. Hex color #214D45 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #214D45 is #DEB2BA. Grayscale: #3E3E3E. Windows color (decimal): -14594747 or 4541729. OLE color: 4541729.

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

Color convert

RGB 33 77 69 -
CMYK 0.57 0 0.10 0.70
HSL 169.09º 0.4% 0.22% -
HSV(B) 169.09º 0.57% 0.3% -
XYZ 4.36 6.06 6.57 -
YUV 62.93 131.42 106.65 -
System Red Green Blue C M Y K H S L
Decimal 33 77 69 0.57 0 0.10 0.70 169.09 0.4 0.22
Hex 21 4D 45 39 0 A 46 A9 28 16
Octal 41 115 105 71 0 12 106 251 50 26
Binary 100001 1001101 1000101 111001 0 1010 1000110 10101001 101000 10110

Color Harmonies of #214D45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214D45

Black with #214D45

Text Example


Text Example

White with #214D45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #214D45;
 }
 .AnyTagClassName
 {
   color: #214D45;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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