Html Css Color HEX #1F4531 Everglade

📋 copy color: '#1F4531'

red 31 ◦ green 69 ◦ blue 49

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

Shades of Everglade #1F4531

Tints of Everglade #1F4531

RGB

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

 GREEN value IS 69 (27.34% from 255) = 46.31%

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

R = 20.81%
G = 46.31%
B = 32.89%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.29

 K value IS 0.73

RGB Variations

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

Color information

#1F4531 (or 0x1F4531) is known color: Everglade. HEX triplet: 1F, 45 and 31. RGB value is (31,69,49). Sum of RGB (Red+Green+Blue) = 31+69+49=149 (19% of max value = 765). Red value is 31 (12.5% from 255 or 20.81% from 149); Green value is 69 (27.34% from 255 or 46.31% from 149); Blue value is 49 (19.53% from 255 or 32.89% from 149); Max value from RGB is 69 - color contains mainly: green. Hex color #1F4531 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F4531 is #E0BACE. Grayscale: #373737. Windows color (decimal): -14727887 or 3228959. OLE color: 3228959.

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

Color convert

RGB 31 69 49 -
CMYK 0.55 0 0.29 0.73
HSL 148.42º 0.38% 0.2% -
HSV(B) 148.42º 0.55% 0.27% -
XYZ 3.25 4.77 3.66 -
YUV 55.36 124.41 110.63 -
System Red Green Blue C M Y K H S L
Decimal 31 69 49 0.55 0 0.29 0.73 148.42 0.38 0.2
Hex 1F 45 31 37 0 1D 49 94 26 14
Octal 37 105 61 67 0 35 111 224 46 24
Binary 11111 1000101 110001 110111 0 11101 1001001 10010100 100110 10100

Color Harmonies of #1F4531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F4531

Black with #1F4531

Text Example


Text Example

White with #1F4531

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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