Html Css Color HEX #2F413D Gable Green

📋 copy color: '#2F413D'

red 47 ◦ green 65 ◦ blue 61

#2F413D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gable Green #2F413D

Tints of Gable Green #2F413D

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 value IS 0.28

 M value IS 0

 Y value IS 0.06

 K value IS 0.75

RGB Variations

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

Color information

#2F413D (or 0x2F413D) is known color: 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

RGB 47 65 61 -
CMYK 0.28 0 0.06 0.75
HSL 166.67º 0.16% 0.22% -
HSV(B) 166.67º 0.28% 0.25% -
XYZ 3.9 4.72 5.12 -
YUV 59.16 129.04 119.33 -
System Red Green Blue C M Y K H S L
Decimal 47 65 61 0.28 0 0.06 0.75 166.67 0.16 0.22
Hex 2F 41 3D 1C 0 6 4B A7 10 16
Octal 57 101 75 34 0 6 113 247 20 26
Binary 101111 1000001 111101 11100 0 110 1001011 10100111 10000 10110

Color Harmonies of #2F413D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F413D

Black with #2F413D

Text Example


Text Example

White with #2F413D

Text Example


Text Example

HTML Codes & Css Web 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>