Html Css Color HEX #1F3013 Pine Tree

📋 copy color: '#1F3013'

red 31 ◦ green 48 ◦ blue 19

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

Shades of Pine Tree #1F3013

Tints of Pine Tree #1F3013

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 19.39%

R = 31.63%
G = 48.98%
B = 19.39%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.60

 K value IS 0.81

RGB Variations

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

Color information

#1F3013 (or 0x1F3013) is known color: Pine Tree. HEX triplet: 1F, 30 and 13. RGB value is (31,48,19). Sum of RGB (Red+Green+Blue) = 31+48+19=98 (12% of max value = 765). Red value is 31 (12.5% from 255 or 31.63% from 98); Green value is 48 (19.14% from 255 or 48.98% from 98); Blue value is 19 (7.81% from 255 or 19.39% from 98); Max value from RGB is 48 - color contains mainly: green. Hex color #1F3013 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F3013 is #E0CFEC. Grayscale: #272727. Windows color (decimal): -14733293 or 1257503. OLE color: 1257503.

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

Color convert

RGB 31 48 19 -
CMYK 0.35 0 0.60 0.81
HSL 95.17º 0.43% 0.13% -
HSV(B) 95.17º 0.6% 0.19% -
XYZ 1.74 2.45 1 -
YUV 39.61 116.37 121.86 -
System Red Green Blue C M Y K H S L
Decimal 31 48 19 0.35 0 0.60 0.81 95.17 0.43 0.13
Hex 1F 30 13 23 0 3C 51 5F 2B D
Octal 37 60 23 43 0 74 121 137 53 15
Binary 11111 110000 10011 100011 0 111100 1010001 1011111 101011 1101

Color Harmonies of #1F3013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F3013

Black with #1F3013

Text Example


Text Example

White with #1F3013

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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