Html Css Color HEX #1F320F Pine Tree

📋 copy color: '#1F320F'

red 31 ◦ green 50 ◦ blue 15

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

Shades of Pine Tree #1F320F

Tints of Pine Tree #1F320F

RGB

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

 GREEN value IS 50 (19.92% from 255) = 52.08%

 BLUE value IS 15 (6.25% from 255) = 15.63%

R = 32.29%
G = 52.08%
B = 15.63%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.70

 K value IS 0.80

RGB Variations

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

Color information

#1F320F (or 0x1F320F) is known color: Pine Tree. HEX triplet: 1F, 32 and 0F. RGB value is (31,50,15). Sum of RGB (Red+Green+Blue) = 31+50+15=96 (12% of max value = 765). Red value is 31 (12.5% from 255 or 32.29% from 96); Green value is 50 (19.92% from 255 or 52.08% from 96); Blue value is 15 (6.25% from 255 or 15.62% from 96); Max value from RGB is 50 - color contains mainly: green. Hex color #1F320F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F320F is #E0CDF0. Grayscale: #282828. Windows color (decimal): -14732785 or 995871. OLE color: 995871.

HSL color Cylindrical-coordinate representation of color #1F320F: hue angle of 92.57º degrees, saturation: 0.54, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #1F320F is Cyan = 0.38, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.80.

Color convert

RGB 31 50 15 -
CMYK 0.38 0 0.70 0.80
HSL 92.57º 0.54% 0.13% -
HSV(B) 92.57º 0.7% 0.2% -
XYZ 1.79 2.61 0.86 -
YUV 40.33 113.71 121.35 -
System Red Green Blue C M Y K H S L
Decimal 31 50 15 0.38 0 0.70 0.80 92.57 0.54 0.13
Hex 1F 32 F 26 0 46 50 5D 36 D
Octal 37 62 17 46 0 106 120 135 66 15
Binary 11111 110010 1111 100110 0 1000110 1010000 1011101 110110 1101

Color Harmonies of #1F320F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F320F

Black with #1F320F

Text Example


Text Example

White with #1F320F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,50,15); }

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

background-color css

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

 a { background-color: rgb(31,50,15); }

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

border-color css

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

 span { border-color: rgb(31,50,15); }

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