Html Css Color HEX #2F403B Gable Green

📋 copy color: '#2F403B'

red 47 ◦ green 64 ◦ blue 59

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

Shades of Gable Green #2F403B

Tints of Gable Green #2F403B

RGB

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

 GREEN value IS 64 (25.39% from 255) = 37.65%

 BLUE value IS 59 (23.44% from 255) = 34.71%

R = 27.65%
G = 37.65%
B = 34.71%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.08

 K value IS 0.75

RGB Variations

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

Color information

#2F403B (or 0x2F403B) is known color: Gable Green. HEX triplet: 2F, 40 and 3B. RGB value is (47,64,59). Sum of RGB (Red+Green+Blue) = 47+64+59=170 (22% of max value = 765). Red value is 47 (18.75% from 255 or 27.65% from 170); Green value is 64 (25.39% from 255 or 37.65% from 170); Blue value is 59 (23.44% from 255 or 34.71% from 170); Max value from RGB is 64 - color contains mainly: green. Hex color #2F403B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F403B is #D0BFC4. Grayscale: #3A3A3A. Windows color (decimal): -13680581 or 3883055. OLE color: 3883055.

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

Color convert

RGB 47 64 59 -
CMYK 0.27 0 0.08 0.75
HSL 162.35º 0.15% 0.22% -
HSV(B) 162.35º 0.27% 0.25% -
XYZ 3.8 4.59 4.82 -
YUV 58.35 128.37 119.91 -
System Red Green Blue C M Y K H S L
Decimal 47 64 59 0.27 0 0.08 0.75 162.35 0.15 0.22
Hex 2F 40 3B 1B 0 8 4B A2 F 16
Octal 57 100 73 33 0 10 113 242 17 26
Binary 101111 1000000 111011 11011 0 1000 1001011 10100010 1111 10110

Color Harmonies of #2F403B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F403B

Black with #2F403B

Text Example


Text Example

White with #2F403B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,64,59); }

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

background-color css

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

 a { background-color: rgb(47,64,59); }

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

border-color css

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

 span { border-color: rgb(47,64,59); }

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