Html Css Color HEX #1F5249 Gable Green

📋 copy color: '#1F5249'

red 31 ◦ green 82 ◦ blue 73

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

Shades of Gable Green #1F5249

Tints of Gable Green #1F5249

RGB

 RED value IS 31 (12.5% from 255) = 16.67%

 GREEN value IS 82 (32.42% from 255) = 44.09%

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

R = 16.67%
G = 44.09%
B = 39.25%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.11

 K value IS 0.68

RGB Variations

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

Color information

#1F5249 (or 0x1F5249) is known color: Gable Green. HEX triplet: 1F, 52 and 49. RGB value is (31,82,73). Sum of RGB (Red+Green+Blue) = 31+82+73=186 (24% of max value = 765). Red value is 31 (12.5% from 255 or 16.67% from 186); Green value is 82 (32.42% from 255 or 44.09% from 186); Blue value is 73 (28.91% from 255 or 39.25% from 186); Max value from RGB is 82 - color contains mainly: green. Hex color #1F5249 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F5249 is #E0ADB6. Grayscale: #414141. Windows color (decimal): -14724535 or 4805151. OLE color: 4805151.

HSL color Cylindrical-coordinate representation of color #1F5249: hue angle of 169.41º degrees, saturation: 0.45, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #1F5249 is Cyan = 0.62, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.68.

Color convert

RGB 31 82 73 -
CMYK 0.62 0 0.11 0.68
HSL 169.41º 0.45% 0.22% -
HSV(B) 169.41º 0.62% 0.32% -
XYZ 4.78 6.81 7.37 -
YUV 65.73 132.1 103.23 -
System Red Green Blue C M Y K H S L
Decimal 31 82 73 0.62 0 0.11 0.68 169.41 0.45 0.22
Hex 1F 52 49 3E 0 B 44 A9 2D 16
Octal 37 122 111 76 0 13 104 251 55 26
Binary 11111 1010010 1001001 111110 0 1011 1000100 10101001 101101 10110

Color Harmonies of #1F5249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F5249

Black with #1F5249

Text Example


Text Example

White with #1F5249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1F5249; }

 p { color: rgb(31,82,73); }

 H1.HeaderClassName
 {
   color: #1F5249;
 }
 .AnyTagClassName
 {
   color: #1F5249;
 }
</style>

background-color css

<style>
 a { background-color: #1F5249; }

 a { background-color: rgb(31,82,73); }

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

border-color css

<style>
 span { border-color: #1F5249; }

 span { border-color: rgb(31,82,73); }

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