#244F48

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

Shades of Gable Green #244F48

Tints of Gable Green #244F48

Color information

#244F48 (or 0x244F48) is unknown color: approx Gable Green. HEX triplet: 24, 4F and 48. RGB value is (36,79,72). Sum of RGB (Red+Green+Blue) = 36+79+72=187 (24% of max value = 765). Red value is 36 (14.45% from 255 or 19.25% from 187); Green value is 79 (31.25% from 255 or 42.25% from 187); Blue value is 72 (28.52% from 255 or 38.50% from 187); Max value from RGB is 79 - color contains mainly: green. Hex color #244F48 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #244F48 is #DBB0B7. Grayscale: #414141. Windows color (decimal): -14397624 or 4738852. OLE color: 4738852.

HSL color Cylindrical-coordinate representation of color #244F48: hue angle of 170.23º degrees, saturation: 0.37, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #244F48 is Cyan = 0.54, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.69.

Color convert

RGB367972-
CMYK0.5400.090.69
HSL170.23º37.39%22.55%-
HSV(B)170.23º54.43%30.98%-
XYZ4.696.437.13-
YUV65.34131.75107.07-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 19.25%
GREEN value IS 79 (31.25% from 255) = 42.25%
BLUE value IS 72 (28.52% from 255) = 38.50%
R=19.25%
G=42.25%
B=38.50%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3679720.5400.090.69170.2337.3922.55
Hex244F48360945aa2517
Octal44117110660111052524527
Binary100100100111110010001101100100110001011010101010010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #244F48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #244F48; }

 p { color: rgb(36,79,72); }

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

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

 a { background-color: rgb(36,79,72); }

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

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

 span { border-color: rgb(36,79,72); }

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