#2F3E3A

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

Shades of Gable Green #2F3E3A

Tints of Gable Green #2F3E3A

Color information

#2F3E3A (or 0x2F3E3A) is unknown color: approx Gable Green. HEX triplet: 2F, 3E and 3A. RGB value is (47,62,58). Sum of RGB (Red+Green+Blue) = 47+62+58=167 (22% of max value = 765). Red value is 47 (18.75% from 255 or 28.14% from 167); Green value is 62 (24.61% from 255 or 37.13% from 167); Blue value is 58 (23.05% from 255 or 34.73% from 167); Max value from RGB is 62 - color contains mainly: green. Hex color #2F3E3A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F3E3A is #D0C1C5. Grayscale: #393939. Windows color (decimal): -13681094 or 3817007. OLE color: 3817007.

HSL color Cylindrical-coordinate representation of color #2F3E3A: hue angle of 164º degrees, saturation: 0.14, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #2F3E3A is Cyan = 0.24, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.76.

Color convert

RGB476258-
CMYK0.2400.060.76
HSL164º13.76%21.37%-
HSV(B)164º24.19%24.31%-
XYZ3.664.364.65-
YUV57.06128.53120.83-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 28.14%
GREEN value IS 62 (24.61% from 255) = 37.13%
BLUE value IS 58 (23.05% from 255) = 34.73%
R=28.14%
G=37.13%
B=34.73%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal4762580.2400.060.7616413.7621.37
Hex2F3E3A18064Ca4e15
Octal57767230061142441625
Binary101111111110111010110000110100110010100100111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F3E3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,62,58); }

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

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

 a { background-color: rgb(47,62,58); }

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

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

 span { border-color: rgb(47,62,58); }

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