Html Css Color HEX #1F370C Pine Tree

📋 copy color: '#1F370C'

red 31 ◦ green 55 ◦ blue 12

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

Shades of Pine Tree #1F370C

Tints of Pine Tree #1F370C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 12.24%

R = 31.63%
G = 56.12%
B = 12.24%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.78

 K value IS 0.78

RGB Variations

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

Color information

#1F370C (or 0x1F370C) is known color: Pine Tree. HEX triplet: 1F, 37 and 0C. RGB value is (31,55,12). Sum of RGB (Red+Green+Blue) = 31+55+12=98 (12% of max value = 765). Red value is 31 (12.5% from 255 or 31.63% from 98); Green value is 55 (21.88% from 255 or 56.12% from 98); Blue value is 12 (5.08% from 255 or 12.24% from 98); Max value from RGB is 55 - color contains mainly: green. Hex color #1F370C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F370C is #E0C8F3. Grayscale: #2B2B2B. Windows color (decimal): -14731508 or 800543. OLE color: 800543.

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

Color convert

RGB 31 55 12 -
CMYK 0.44 0 0.78 0.78
HSL 93.49º 0.64% 0.13% -
HSV(B) 93.49º 0.78% 0.22% -
XYZ 2 3.05 0.83 -
YUV 42.92 110.55 119.5 -
System Red Green Blue C M Y K H S L
Decimal 31 55 12 0.44 0 0.78 0.78 93.49 0.64 0.13
Hex 1F 37 C 2C 0 4E 4E 5D 40 D
Octal 37 67 14 54 0 116 116 135 100 15
Binary 11111 110111 1100 101100 0 1001110 1001110 1011101 1000000 1101

Color Harmonies of #1F370C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F370C

Black with #1F370C

Text Example


Text Example

White with #1F370C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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