Html Css Color HEX #1F4631 Everglade

📋 copy color: '#1F4631'

red 31 ◦ green 70 ◦ blue 49

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

Shades of Everglade #1F4631

Tints of Everglade #1F4631

RGB

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

 GREEN value IS 70 (27.73% from 255) = 46.67%

 BLUE value IS 49 (19.53% from 255) = 32.67%

R = 20.67%
G = 46.67%
B = 32.67%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.30

 K value IS 0.73

RGB Variations

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

Color information

#1F4631 (or 0x1F4631) is known color: Everglade. HEX triplet: 1F, 46 and 31. RGB value is (31,70,49). Sum of RGB (Red+Green+Blue) = 31+70+49=150 (19% of max value = 765). Red value is 31 (12.5% from 255 or 20.67% from 150); Green value is 70 (27.73% from 255 or 46.67% from 150); Blue value is 49 (19.53% from 255 or 32.67% from 150); Max value from RGB is 70 - color contains mainly: green. Hex color #1F4631 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F4631 is #E0B9CE. Grayscale: #373737. Windows color (decimal): -14727631 or 3229215. OLE color: 3229215.

HSL color Cylindrical-coordinate representation of color #1F4631: hue angle of 147.69º degrees, saturation: 0.39, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #1F4631 is Cyan = 0.56, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.73.

Color convert

RGB 31 70 49 -
CMYK 0.56 0 0.30 0.73
HSL 147.69º 0.39% 0.2% -
HSV(B) 147.69º 0.56% 0.27% -
XYZ 3.31 4.89 3.68 -
YUV 55.95 124.08 110.21 -
System Red Green Blue C M Y K H S L
Decimal 31 70 49 0.56 0 0.30 0.73 147.69 0.39 0.2
Hex 1F 46 31 38 0 1E 49 94 27 14
Octal 37 106 61 70 0 36 111 224 47 24
Binary 11111 1000110 110001 111000 0 11110 1001001 10010100 100111 10100

Color Harmonies of #1F4631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F4631

Black with #1F4631

Text Example


Text Example

White with #1F4631

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,70,49); }

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

background-color css

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

 a { background-color: rgb(31,70,49); }

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

border-color css

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

 span { border-color: rgb(31,70,49); }

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