Html Css Color HEX #1F4726 Deep Fir

📋 copy color: '#1F4726'

red 31 ◦ green 71 ◦ blue 38

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

Shades of Deep Fir #1F4726

Tints of Deep Fir #1F4726

RGB

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

 GREEN value IS 71 (28.13% from 255) = 50.71%

 BLUE value IS 38 (15.23% from 255) = 27.14%

R = 22.14%
G = 50.71%
B = 27.14%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.46

 K value IS 0.72

RGB Variations

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

Color information

#1F4726 (or 0x1F4726) is known color: Deep Fir. HEX triplet: 1F, 47 and 26. RGB value is (31,71,38). Sum of RGB (Red+Green+Blue) = 31+71+38=140 (18% of max value = 765). Red value is 31 (12.5% from 255 or 22.14% from 140); Green value is 71 (28.12% from 255 or 50.71% from 140); Blue value is 38 (15.23% from 255 or 27.14% from 140); Max value from RGB is 71 - color contains mainly: green. Hex color #1F4726 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F4726 is #E0B8D9. Grayscale: #373737. Windows color (decimal): -14727386 or 2508575. OLE color: 2508575.

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

Color convert

RGB 31 71 38 -
CMYK 0.56 0 0.46 0.72
HSL 130.5º 0.39% 0.2% -
HSV(B) 130.5º 0.56% 0.28% -
XYZ 3.17 4.94 2.62 -
YUV 55.28 118.25 110.68 -
System Red Green Blue C M Y K H S L
Decimal 31 71 38 0.56 0 0.46 0.72 130.5 0.39 0.2
Hex 1F 47 26 38 0 2E 48 82 27 14
Octal 37 107 46 70 0 56 110 202 47 24
Binary 11111 1000111 100110 111000 0 101110 1001000 10000010 100111 10100

Color Harmonies of #1F4726

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F4726

Black with #1F4726

Text Example


Text Example

White with #1F4726

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,71,38); }

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

background-color css

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

 a { background-color: rgb(31,71,38); }

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

border-color css

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

 span { border-color: rgb(31,71,38); }

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