Html Css Color HEX #215049 Gable Green

📋 copy color: '#215049'

red 33 ◦ green 80 ◦ blue 73

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

Shades of Gable Green #215049

Tints of Gable Green #215049

RGB

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

 GREEN value IS 80 (31.64% from 255) = 43.01%

 BLUE value IS 73 (28.91% from 255) = 39.25%

R = 17.74%
G = 43.01%
B = 39.25%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.09

 K value IS 0.69

RGB Variations

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

Color information

#215049 (or 0x215049) is known color: Gable Green. HEX triplet: 21, 50 and 49. RGB value is (33,80,73). Sum of RGB (Red+Green+Blue) = 33+80+73=186 (24% of max value = 765). Red value is 33 (13.28% from 255 or 17.74% from 186); Green value is 80 (31.64% from 255 or 43.01% from 186); Blue value is 73 (28.91% from 255 or 39.25% from 186); Max value from RGB is 80 - color contains mainly: green. Hex color #215049 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #215049 is #DEAFB6. Grayscale: #414141. Windows color (decimal): -14593975 or 4804641. OLE color: 4804641.

HSL color Cylindrical-coordinate representation of color #215049: hue angle of 171.06º degrees, saturation: 0.42, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #215049 is Cyan = 0.59, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.69.

Color convert

RGB 33 80 73 -
CMYK 0.59 0 0.09 0.69
HSL 171.06º 0.42% 0.22% -
HSV(B) 171.06º 0.59% 0.31% -
XYZ 4.7 6.54 7.32 -
YUV 65.15 132.43 105.07 -
System Red Green Blue C M Y K H S L
Decimal 33 80 73 0.59 0 0.09 0.69 171.06 0.42 0.22
Hex 21 50 49 3B 0 9 45 AB 2A 16
Octal 41 120 111 73 0 11 105 253 52 26
Binary 100001 1010000 1001001 111011 0 1001 1000101 10101011 101010 10110

Color Harmonies of #215049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215049

Black with #215049

Text Example


Text Example

White with #215049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #215049; }

 p { color: rgb(33,80,73); }

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

background-color css

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

 a { background-color: rgb(33,80,73); }

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

border-color css

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

 span { border-color: rgb(33,80,73); }

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