Html Css Color HEX #2F413E Gable Green

📋 copy color: '#2F413E'

red 47 ◦ green 65 ◦ blue 62

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

Shades of Gable Green #2F413E

Tints of Gable Green #2F413E

RGB

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

 GREEN value IS 65 (25.78% from 255) = 37.36%

 BLUE value IS 62 (24.61% from 255) = 35.63%

R = 27.01%
G = 37.36%
B = 35.63%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.05

 K value IS 0.75

RGB Variations

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

Color information

#2F413E (or 0x2F413E) is known color: Gable Green. HEX triplet: 2F, 41 and 3E. RGB value is (47,65,62). Sum of RGB (Red+Green+Blue) = 47+65+62=174 (23% of max value = 765). Red value is 47 (18.75% from 255 or 27.01% from 174); Green value is 65 (25.78% from 255 or 37.36% from 174); Blue value is 62 (24.61% from 255 or 35.63% from 174); Max value from RGB is 65 - color contains mainly: green. Hex color #2F413E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F413E is #D0BEC1. Grayscale: #3B3B3B. Windows color (decimal): -13680322 or 4079919. OLE color: 4079919.

HSL color Cylindrical-coordinate representation of color #2F413E: hue angle of 170º 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 #2F413E is Cyan = 0.28, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.75.

Color convert

RGB 47 65 62 -
CMYK 0.28 0 0.05 0.75
HSL 170º 0.16% 0.22% -
HSV(B) 170º 0.28% 0.25% -
XYZ 3.93 4.73 5.26 -
YUV 59.28 129.54 119.24 -
System Red Green Blue C M Y K H S L
Decimal 47 65 62 0.28 0 0.05 0.75 170 0.16 0.22
Hex 2F 41 3E 1C 0 5 4B AA 10 16
Octal 57 101 76 34 0 5 113 252 20 26
Binary 101111 1000001 111110 11100 0 101 1001011 10101010 10000 10110

Color Harmonies of #2F413E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F413E

Black with #2F413E

Text Example


Text Example

White with #2F413E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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