Html Css Color HEX #1F370D Pine Tree

📋 copy color: '#1F370D'

red 31 ◦ green 55 ◦ blue 13

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

Shades of Pine Tree #1F370D

Tints of Pine Tree #1F370D

RGB

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

 GREEN value IS 55 (21.88% from 255) = 55.56%

 BLUE value IS 13 (5.47% from 255) = 13.13%

R = 31.31%
G = 55.56%
B = 13.13%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.76

 K value IS 0.78

RGB Variations

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

Color information

#1F370D (or 0x1F370D) is known color: Pine Tree. HEX triplet: 1F, 37 and 0D. RGB value is (31,55,13). Sum of RGB (Red+Green+Blue) = 31+55+13=99 (13% of max value = 765). Red value is 31 (12.5% from 255 or 31.31% from 99); Green value is 55 (21.88% from 255 or 55.56% from 99); Blue value is 13 (5.47% from 255 or 13.13% from 99); Max value from RGB is 55 - color contains mainly: green. Hex color #1F370D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F370D is #E0C8F2. Grayscale: #2B2B2B. Windows color (decimal): -14731507 or 866079. OLE color: 866079.

HSL color Cylindrical-coordinate representation of color #1F370D: hue angle of 94.29º degrees, saturation: 0.62, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1F370D is Cyan = 0.44, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.78.

Color convert

RGB 31 55 13 -
CMYK 0.44 0 0.76 0.78
HSL 94.29º 0.62% 0.13% -
HSV(B) 94.29º 0.76% 0.22% -
XYZ 2 3.05 0.86 -
YUV 43.04 111.05 119.42 -
System Red Green Blue C M Y K H S L
Decimal 31 55 13 0.44 0 0.76 0.78 94.29 0.62 0.13
Hex 1F 37 D 2C 0 4C 4E 5E 3E D
Octal 37 67 15 54 0 114 116 136 76 15
Binary 11111 110111 1101 101100 0 1001100 1001110 1011110 111110 1101

Color Harmonies of #1F370D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F370D

Black with #1F370D

Text Example


Text Example

White with #1F370D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,55,13); }

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

background-color css

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

 a { background-color: rgb(31,55,13); }

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

border-color css

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

 span { border-color: rgb(31,55,13); }

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