#2F3D3A

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

Shades of Gable Green #2F3D3A

Tints of Gable Green #2F3D3A

Color information

#2F3D3A (or 0x2F3D3A) is unknown color: approx Gable Green. HEX triplet: 2F, 3D and 3A. RGB value is (47,61,58). Sum of RGB (Red+Green+Blue) = 47+61+58=166 (21% of max value = 765). Red value is 47 (18.75% from 255 or 28.31% from 166); Green value is 61 (24.22% from 255 or 36.75% from 166); Blue value is 58 (23.05% from 255 or 34.94% from 166); Max value from RGB is 61 - color contains mainly: green. Hex color #2F3D3A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F3D3A is #D0C2C5. Grayscale: #383838. Windows color (decimal): -13681350 or 3816751. OLE color: 3816751.

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

Color convert

RGB476158-
CMYK0.2300.050.76
HSL167.14º12.96%21.18%-
HSV(B)167.14º22.95%23.92%-
XYZ3.64.254.63-
YUV56.47128.86121.24-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 28.31%
GREEN value IS 61 (24.22% from 255) = 36.75%
BLUE value IS 58 (23.05% from 255) = 34.94%
R=28.31%
G=36.75%
B=34.94%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal4761580.2300.050.76167.1412.9621.18
Hex2F3D3A17054Ca7d15
Octal57757227051142471525
Binary101111111101111010101110101100110010100111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F3D3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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