#204F48

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

Shades of Gable Green #204F48

Tints of Gable Green #204F48

Color information

#204F48 (or 0x204F48) is unknown color: approx Gable Green. HEX triplet: 20, 4F and 48. RGB value is (32,79,72). Sum of RGB (Red+Green+Blue) = 32+79+72=183 (24% of max value = 765). Red value is 32 (12.89% from 255 or 17.49% from 183); Green value is 79 (31.25% from 255 or 43.17% from 183); Blue value is 72 (28.52% from 255 or 39.34% from 183); Max value from RGB is 79 - color contains mainly: green. Hex color #204F48 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #204F48 is #DFB0B7. Grayscale: #404040. Windows color (decimal): -14659768 or 4738848. OLE color: 4738848.

HSL color Cylindrical-coordinate representation of color #204F48: 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 #204F48 is Cyan = 0.59, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.69.

Color convert

RGB327972-
CMYK0.5900.090.69
HSL171.06º42.34%21.76%-
HSV(B)171.06º59.49%30.98%-
XYZ4.566.377.12-
YUV64.15132.43105.07-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 17.49%
GREEN value IS 79 (31.25% from 255) = 43.17%
BLUE value IS 72 (28.52% from 255) = 39.34%
R=17.49%
G=43.17%
B=39.34%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3279720.5900.090.69171.0642.3421.76
Hex204F483B0945ab2a16
Octal40117110730111052535226
Binary100000100111110010001110110100110001011010101110101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #204F48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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