Html Css Color HEX #1F2512 Pine Tree

📋 copy color: '#1F2512'

red 31 ◦ green 37 ◦ blue 18

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

Shades of Pine Tree #1F2512

Tints of Pine Tree #1F2512

RGB

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

 GREEN value IS 37 (14.84% from 255) = 43.02%

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

R = 36.05%
G = 43.02%
B = 20.93%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.51

 K value IS 0.85

RGB Variations

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

Color information

#1F2512 (or 0x1F2512) is known color: Pine Tree. HEX triplet: 1F, 25 and 12. RGB value is (31,37,18). Sum of RGB (Red+Green+Blue) = 31+37+18=86 (11% of max value = 765). Red value is 31 (12.5% from 255 or 36.05% from 86); Green value is 37 (14.84% from 255 or 43.02% from 86); Blue value is 18 (7.42% from 255 or 20.93% from 86); Max value from RGB is 37 - color contains mainly: green. Hex color #1F2512 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F2512 is #E0DAED. Grayscale: #212121. Windows color (decimal): -14736110 or 1189151. OLE color: 1189151.

HSL color Cylindrical-coordinate representation of color #1F2512: hue angle of 78.95º degrees, saturation: 0.35, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #1F2512 is Cyan = 0.16, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.85.

Color convert

RGB 31 37 18 -
CMYK 0.16 0 0.51 0.85
HSL 78.95º 0.35% 0.11% -
HSV(B) 78.95º 0.51% 0.15% -
XYZ 1.34 1.66 0.82 -
YUV 33.04 119.51 126.54 -
System Red Green Blue C M Y K H S L
Decimal 31 37 18 0.16 0 0.51 0.85 78.95 0.35 0.11
Hex 1F 25 12 10 0 33 55 4F 23 B
Octal 37 45 22 20 0 63 125 117 43 13
Binary 11111 100101 10010 10000 0 110011 1010101 1001111 100011 1011

Color Harmonies of #1F2512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F2512

Black with #1F2512

Text Example


Text Example

White with #1F2512

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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