#274F49

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

Shades of Gable Green #274F49

Tints of Gable Green #274F49

Color information

#274F49 (or 0x274F49) is unknown color: approx Gable Green. HEX triplet: 27, 4F and 49. RGB value is (39,79,73). Sum of RGB (Red+Green+Blue) = 39+79+73=191 (25% of max value = 765). Red value is 39 (15.62% from 255 or 20.42% from 191); Green value is 79 (31.25% from 255 or 41.36% from 191); Blue value is 73 (28.91% from 255 or 38.22% from 191); Max value from RGB is 79 - color contains mainly: green. Hex color #274F49 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #274F49 is #D8B0B6. Grayscale: #424242. Windows color (decimal): -14201015 or 4804391. OLE color: 4804391.

HSL color Cylindrical-coordinate representation of color #274F49: hue angle of 171º degrees, saturation: 0.34, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #274F49 is Cyan = 0.51, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.69.

Color convert

RGB397973-
CMYK0.5100.080.69
HSL171º33.9%23.14%-
HSV(B)171º50.63%30.98%-
XYZ4.846.57.3-
YUV66.36131.75108.49-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 20.42%
GREEN value IS 79 (31.25% from 255) = 41.36%
BLUE value IS 73 (28.91% from 255) = 38.22%
R=20.42%
G=41.36%
B=38.22%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3979730.5100.080.6917133.923.14
Hex274F49330845ab2217
Octal47117111630101052534227
Binary100111100111110010011100110100010001011010101110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #274F49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #274F49; }

 p { color: rgb(39,79,73); }

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

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

 a { background-color: rgb(39,79,73); }

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

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

 span { border-color: rgb(39,79,73); }

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