#2F4742

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

Shades of Gable Green #2F4742

Tints of Gable Green #2F4742

Color information

#2F4742 (or 0x2F4742) is unknown color: approx Gable Green. HEX triplet: 2F, 47 and 42. RGB value is (47,71,66). Sum of RGB (Red+Green+Blue) = 47+71+66=184 (24% of max value = 765). Red value is 47 (18.75% from 255 or 25.54% from 184); Green value is 71 (28.12% from 255 or 38.59% from 184); Blue value is 66 (26.17% from 255 or 35.87% from 184); Max value from RGB is 71 - color contains mainly: green. Hex color #2F4742 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F4742 is #D0B8BD. Grayscale: #3F3F3F. Windows color (decimal): -13678782 or 4343599. OLE color: 4343599.

HSL color Cylindrical-coordinate representation of color #2F4742: hue angle of 167.5º degrees, saturation: 0.2, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #2F4742 is Cyan = 0.34, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.72.

Color convert

RGB477166-
CMYK0.3400.070.72
HSL167.5º20.34%23.14%-
HSV(B)167.5º33.8%27.84%-
XYZ4.415.55.98-
YUV63.25129.55116.41-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 25.54%
GREEN value IS 71 (28.12% from 255) = 38.59%
BLUE value IS 66 (26.17% from 255) = 35.87%
R=25.54%
G=38.59%
B=35.87%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4771660.3400.070.72167.520.3423.14
Hex2F4742220748a81417
Octal5710710242071102502427
Binary1011111000111100001010001001111001000101010001010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F4742

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,71,66); }

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

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

 a { background-color: rgb(47,71,66); }

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

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

 span { border-color: rgb(47,71,66); }

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