Html Css Color HEX #215149 Gable Green

📋 copy color: '#215149'

red 33 ◦ green 81 ◦ blue 73

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

Shades of Gable Green #215149

Tints of Gable Green #215149

RGB

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

 GREEN value IS 81 (32.03% from 255) = 43.32%

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

R = 17.65%
G = 43.32%
B = 39.04%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.10

 K value IS 0.68

RGB Variations

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

Color information

#215149 (or 0x215149) is known color: Gable Green. HEX triplet: 21, 51 and 49. RGB value is (33,81,73). Sum of RGB (Red+Green+Blue) = 33+81+73=187 (24% of max value = 765). Red value is 33 (13.28% from 255 or 17.65% from 187); Green value is 81 (32.03% from 255 or 43.32% from 187); Blue value is 73 (28.91% from 255 or 39.04% from 187); Max value from RGB is 81 - color contains mainly: green. Hex color #215149 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #215149 is #DEAEB6. Grayscale: #414141. Windows color (decimal): -14593719 or 4804897. OLE color: 4804897.

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

Color convert

RGB 33 81 73 -
CMYK 0.59 0 0.10 0.68
HSL 170º 0.42% 0.22% -
HSV(B) 170º 0.59% 0.32% -
XYZ 4.77 6.69 7.34 -
YUV 65.74 132.1 104.65 -
System Red Green Blue C M Y K H S L
Decimal 33 81 73 0.59 0 0.10 0.68 170 0.42 0.22
Hex 21 51 49 3B 0 A 44 AA 2A 16
Octal 41 121 111 73 0 12 104 252 52 26
Binary 100001 1010001 1001001 111011 0 1010 1000100 10101010 101010 10110

Color Harmonies of #215149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215149

Black with #215149

Text Example


Text Example

White with #215149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #215149; }

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

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

background-color css

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

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

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

border-color css

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

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

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