#2D4F48

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

Shades of Gable Green #2D4F48

Tints of Gable Green #2D4F48

Color information

#2D4F48 (or 0x2D4F48) is unknown color: approx Gable Green. HEX triplet: 2D, 4F and 48. RGB value is (45,79,72). Sum of RGB (Red+Green+Blue) = 45+79+72=196 (25% of max value = 765). Red value is 45 (17.97% from 255 or 22.96% from 196); Green value is 79 (31.25% from 255 or 40.31% from 196); Blue value is 72 (28.52% from 255 or 36.73% from 196); Max value from RGB is 79 - color contains mainly: green. Hex color #2D4F48 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D4F48 is #D2B0B7. Grayscale: #444444. Windows color (decimal): -13807800 or 4738861. OLE color: 4738861.

HSL color Cylindrical-coordinate representation of color #2D4F48: hue angle of 167.65º degrees, saturation: 0.27, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #2D4F48 is Cyan = 0.43, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.69.

Color convert

RGB457972-
CMYK0.4300.090.69
HSL167.65º27.42%24.31%-
HSV(B)167.65º43.04%30.98%-
XYZ5.056.627.14-
YUV68.04130.24111.57-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 22.96%
GREEN value IS 79 (31.25% from 255) = 40.31%
BLUE value IS 72 (28.52% from 255) = 36.73%
R=22.96%
G=40.31%
B=36.73%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4579720.4300.090.69167.6527.4224.31
Hex2D4F482B0945a81b18
Octal55117110530111052503330
Binary10110110011111001000101011010011000101101010001101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D4F48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2D4F48; }

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

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

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

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

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

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

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

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