#2F413D

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

Shades of Gable Green #2F413D

Tints of Gable Green #2F413D

Color information

#2F413D (or 0x2F413D) is unknown color: approx Gable Green. HEX triplet: 2F, 41 and 3D. RGB value is (47,65,61). Sum of RGB (Red+Green+Blue) = 47+65+61=173 (22% of max value = 765). Red value is 47 (18.75% from 255 or 27.17% from 173); Green value is 65 (25.78% from 255 or 37.57% from 173); Blue value is 61 (24.22% from 255 or 35.26% from 173); Max value from RGB is 65 - color contains mainly: green. Hex color #2F413D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F413D is #D0BEC2. Grayscale: #3B3B3B. Windows color (decimal): -13680323 or 4014383. OLE color: 4014383.

HSL color Cylindrical-coordinate representation of color #2F413D: hue angle of 166.67º degrees, saturation: 0.16, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #2F413D is Cyan = 0.28, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.75.

Color convert

RGB476561-
CMYK0.2800.060.75
HSL166.67º16.07%21.96%-
HSV(B)166.67º27.69%25.49%-
XYZ3.94.725.12-
YUV59.16129.04119.33-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 27.17%
GREEN value IS 65 (25.78% from 255) = 37.57%
BLUE value IS 61 (24.22% from 255) = 35.26%
R=27.17%
G=37.57%
B=35.26%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4765610.2800.060.75166.6716.0721.96
Hex2F413D1C064Ba71016
Octal571017534061132472026
Binary10111110000011111011110001101001011101001111000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F413D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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