Html Css Color HEX #2F4942 Gable Green

📋 copy color: '#2F4942'

red 47 ◦ green 73 ◦ blue 66

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

Shades of Gable Green #2F4942

Tints of Gable Green #2F4942

RGB

 RED value IS 47 (18.75% from 255) = 25.27%

 GREEN value IS 73 (28.91% from 255) = 39.25%

 BLUE value IS 66 (26.17% from 255) = 35.48%

R = 25.27%
G = 39.25%
B = 35.48%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.10

 K value IS 0.71

RGB Variations

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

Color information

#2F4942 (or 0x2F4942) is known color: Gable Green. HEX triplet: 2F, 49 and 42. RGB value is (47,73,66). Sum of RGB (Red+Green+Blue) = 47+73+66=186 (24% of max value = 765). Red value is 47 (18.75% from 255 or 25.27% from 186); Green value is 73 (28.91% from 255 or 39.25% from 186); Blue value is 66 (26.17% from 255 or 35.48% from 186); Max value from RGB is 73 - color contains mainly: green. Hex color #2F4942 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F4942 is #D0B6BD. Grayscale: #404040. Windows color (decimal): -13678270 or 4344111. OLE color: 4344111.

HSL color Cylindrical-coordinate representation of color #2F4942: hue angle of 163.85º degrees, saturation: 0.22, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #2F4942 is Cyan = 0.36, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.71.

Color convert

RGB 47 73 66 -
CMYK 0.36 0 0.10 0.71
HSL 163.85º 0.22% 0.24% -
HSV(B) 163.85º 0.36% 0.29% -
XYZ 4.54 5.76 6.03 -
YUV 64.43 128.89 115.57 -
System Red Green Blue C M Y K H S L
Decimal 47 73 66 0.36 0 0.10 0.71 163.85 0.22 0.24
Hex 2F 49 42 24 0 A 47 A4 16 18
Octal 57 111 102 44 0 12 107 244 26 30
Binary 101111 1001001 1000010 100100 0 1010 1000111 10100100 10110 11000

Color Harmonies of #2F4942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F4942

Black with #2F4942

Text Example


Text Example

White with #2F4942

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #2F4942;
 }
 .AnyTagClassName
 {
   color: #2F4942;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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