Html Css Color HEX #1F3012 Pine Tree

📋 copy color: '#1F3012'

red 31 ◦ green 48 ◦ blue 18

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

Shades of Pine Tree #1F3012

Tints of Pine Tree #1F3012

RGB

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

 GREEN value IS 48 (19.14% from 255) = 49.48%

 BLUE value IS 18 (7.42% from 255) = 18.56%

R = 31.96%
G = 49.48%
B = 18.56%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.63

 K value IS 0.81

RGB Variations

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

Color information

#1F3012 (or 0x1F3012) is known color: Pine Tree. HEX triplet: 1F, 30 and 12. RGB value is (31,48,18). Sum of RGB (Red+Green+Blue) = 31+48+18=97 (12% of max value = 765). Red value is 31 (12.5% from 255 or 31.96% from 97); Green value is 48 (19.14% from 255 or 49.48% from 97); Blue value is 18 (7.42% from 255 or 18.56% from 97); Max value from RGB is 48 - color contains mainly: green. Hex color #1F3012 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F3012 is #E0CFED. Grayscale: #272727. Windows color (decimal): -14733294 or 1191967. OLE color: 1191967.

HSL color Cylindrical-coordinate representation of color #1F3012: hue angle of 94º degrees, saturation: 0.45, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #1F3012 is Cyan = 0.35, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.81.

Color convert

RGB 31 48 18 -
CMYK 0.35 0 0.63 0.81
HSL 94º 0.45% 0.13% -
HSV(B) 94º 0.63% 0.19% -
XYZ 1.73 2.45 0.95 -
YUV 39.5 115.87 121.94 -
System Red Green Blue C M Y K H S L
Decimal 31 48 18 0.35 0 0.63 0.81 94 0.45 0.13
Hex 1F 30 12 23 0 3F 51 5E 2D D
Octal 37 60 22 43 0 77 121 136 55 15
Binary 11111 110000 10010 100011 0 111111 1010001 1011110 101101 1101

Color Harmonies of #1F3012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F3012

Black with #1F3012

Text Example


Text Example

White with #1F3012

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,48,18); }

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

background-color css

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

 a { background-color: rgb(31,48,18); }

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

border-color css

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

 span { border-color: rgb(31,48,18); }

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