Html Css Color HEX #1F4330 Everglade

📋 copy color: '#1F4330'

red 31 ◦ green 67 ◦ blue 48

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

Shades of Everglade #1F4330

Tints of Everglade #1F4330

RGB

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

 GREEN value IS 67 (26.56% from 255) = 45.89%

 BLUE value IS 48 (19.14% from 255) = 32.88%

R = 21.23%
G = 45.89%
B = 32.88%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.28

 K value IS 0.74

RGB Variations

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

Color information

#1F4330 (or 0x1F4330) is known color: Everglade. HEX triplet: 1F, 43 and 30. RGB value is (31,67,48). Sum of RGB (Red+Green+Blue) = 31+67+48=146 (19% of max value = 765). Red value is 31 (12.5% from 255 or 21.23% from 146); Green value is 67 (26.56% from 255 or 45.89% from 146); Blue value is 48 (19.14% from 255 or 32.88% from 146); Max value from RGB is 67 - color contains mainly: green. Hex color #1F4330 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F4330 is #E0BCCF. Grayscale: #363636. Windows color (decimal): -14728400 or 3162911. OLE color: 3162911.

HSL color Cylindrical-coordinate representation of color #1F4330: hue angle of 148.33º degrees, saturation: 0.37, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #1F4330 is Cyan = 0.54, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.74.

Color convert

RGB 31 67 48 -
CMYK 0.54 0 0.28 0.74
HSL 148.33º 0.37% 0.19% -
HSV(B) 148.33º 0.54% 0.26% -
XYZ 3.11 4.52 3.5 -
YUV 54.07 124.57 111.54 -
System Red Green Blue C M Y K H S L
Decimal 31 67 48 0.54 0 0.28 0.74 148.33 0.37 0.19
Hex 1F 43 30 36 0 1C 4A 94 25 13
Octal 37 103 60 66 0 34 112 224 45 23
Binary 11111 1000011 110000 110110 0 11100 1001010 10010100 100101 10011

Color Harmonies of #1F4330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F4330

Black with #1F4330

Text Example


Text Example

White with #1F4330

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,67,48); }

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

background-color css

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

 a { background-color: rgb(31,67,48); }

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

border-color css

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

 span { border-color: rgb(31,67,48); }

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