Html Css Color HEX #1F4328 Deep Fir

📋 copy color: '#1F4328'

red 31 ◦ green 67 ◦ blue 40

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

Shades of Deep Fir #1F4328

Tints of Deep Fir #1F4328

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 28.99%

R = 22.46%
G = 48.55%
B = 28.99%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.40

 K value IS 0.74

RGB Variations

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

Color information

#1F4328 (or 0x1F4328) is known color: Deep Fir. HEX triplet: 1F, 43 and 28. RGB value is (31,67,40). Sum of RGB (Red+Green+Blue) = 31+67+40=138 (18% of max value = 765). Red value is 31 (12.5% from 255 or 22.46% from 138); Green value is 67 (26.56% from 255 or 48.55% from 138); Blue value is 40 (16.02% from 255 or 28.99% from 138); Max value from RGB is 67 - color contains mainly: green. Hex color #1F4328 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F4328 is #E0BCD7. Grayscale: #353535. Windows color (decimal): -14728408 or 2638623. OLE color: 2638623.

HSL color Cylindrical-coordinate representation of color #1F4328: hue angle of 135º 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 #1F4328 is Cyan = 0.54, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.74.

Color convert

RGB 31 67 40 -
CMYK 0.54 0 0.40 0.74
HSL 135º 0.37% 0.19% -
HSV(B) 135º 0.54% 0.26% -
XYZ 2.96 4.46 2.71 -
YUV 53.16 120.57 112.2 -
System Red Green Blue C M Y K H S L
Decimal 31 67 40 0.54 0 0.40 0.74 135 0.37 0.19
Hex 1F 43 28 36 0 28 4A 87 25 13
Octal 37 103 50 66 0 50 112 207 45 23
Binary 11111 1000011 101000 110110 0 101000 1001010 10000111 100101 10011

Color Harmonies of #1F4328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F4328

Black with #1F4328

Text Example


Text Example

White with #1F4328

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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