Html Css Color HEX #1F472B Deep Fir

📋 copy color: '#1F472B'

red 31 ◦ green 71 ◦ blue 43

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

Shades of Deep Fir #1F472B

Tints of Deep Fir #1F472B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 29.66%

R = 21.38%
G = 48.97%
B = 29.66%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.39

 K value IS 0.72

RGB Variations

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

Color information

#1F472B (or 0x1F472B) is known color: Deep Fir. HEX triplet: 1F, 47 and 2B. RGB value is (31,71,43). Sum of RGB (Red+Green+Blue) = 31+71+43=145 (19% of max value = 765). Red value is 31 (12.5% from 255 or 21.38% from 145); Green value is 71 (28.12% from 255 or 48.97% from 145); Blue value is 43 (17.19% from 255 or 29.66% from 145); Max value from RGB is 71 - color contains mainly: green. Hex color #1F472B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F472B is #E0B8D4. Grayscale: #373737. Windows color (decimal): -14727381 or 2836255. OLE color: 2836255.

HSL color Cylindrical-coordinate representation of color #1F472B: hue angle of 138º 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 #1F472B is Cyan = 0.56, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.72.

Color convert

RGB 31 71 43 -
CMYK 0.56 0 0.39 0.72
HSL 138º 0.39% 0.2% -
HSV(B) 138º 0.56% 0.28% -
XYZ 3.25 4.97 3.07 -
YUV 55.85 120.75 110.28 -
System Red Green Blue C M Y K H S L
Decimal 31 71 43 0.56 0 0.39 0.72 138 0.39 0.2
Hex 1F 47 2B 38 0 27 48 8A 27 14
Octal 37 107 53 70 0 47 110 212 47 24
Binary 11111 1000111 101011 111000 0 100111 1001000 10001010 100111 10100

Color Harmonies of #1F472B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F472B

Black with #1F472B

Text Example


Text Example

White with #1F472B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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