Html Css Color HEX #1F4A27 Deep Fir

📋 copy color: '#1F4A27'

red 31 ◦ green 74 ◦ blue 39

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

Shades of Deep Fir #1F4A27

Tints of Deep Fir #1F4A27

RGB

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

 GREEN value IS 74 (29.3% from 255) = 51.39%

 BLUE value IS 39 (15.63% from 255) = 27.08%

R = 21.53%
G = 51.39%
B = 27.08%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.47

 K value IS 0.71

RGB Variations

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

Color information

#1F4A27 (or 0x1F4A27) is known color: Deep Fir. HEX triplet: 1F, 4A and 27. RGB value is (31,74,39). Sum of RGB (Red+Green+Blue) = 31+74+39=144 (19% of max value = 765). Red value is 31 (12.5% from 255 or 21.53% from 144); Green value is 74 (29.30% from 255 or 51.39% from 144); Blue value is 39 (15.62% from 255 or 27.08% from 144); Max value from RGB is 74 - color contains mainly: green. Hex color #1F4A27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F4A27 is #E0B5D8. Grayscale: #393939. Windows color (decimal): -14726617 or 2574879. OLE color: 2574879.

HSL color Cylindrical-coordinate representation of color #1F4A27: hue angle of 131.16º degrees, saturation: 0.41, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #1F4A27 is Cyan = 0.58, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.71.

Color convert

RGB 31 74 39 -
CMYK 0.58 0 0.47 0.71
HSL 131.16º 0.41% 0.21% -
HSV(B) 131.16º 0.58% 0.29% -
XYZ 3.38 5.34 2.77 -
YUV 57.15 117.75 109.35 -
System Red Green Blue C M Y K H S L
Decimal 31 74 39 0.58 0 0.47 0.71 131.16 0.41 0.21
Hex 1F 4A 27 3A 0 2F 47 83 29 15
Octal 37 112 47 72 0 57 107 203 51 25
Binary 11111 1001010 100111 111010 0 101111 1000111 10000011 101001 10101

Color Harmonies of #1F4A27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F4A27

Black with #1F4A27

Text Example


Text Example

White with #1F4A27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,74,39); }

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

background-color css

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

 a { background-color: rgb(31,74,39); }

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

border-color css

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

 span { border-color: rgb(31,74,39); }

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