Html Css Color HEX #1F390C Pine Tree

📋 copy color: '#1F390C'

red 31 ◦ green 57 ◦ blue 12

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

Shades of Pine Tree #1F390C

Tints of Pine Tree #1F390C

RGB

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

 GREEN value IS 57 (22.66% from 255) = 57%

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

R = 31%
G = 57%
B = 12%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.79

 K value IS 0.78

RGB Variations

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

Color information

#1F390C (or 0x1F390C) is known color: Pine Tree. HEX triplet: 1F, 39 and 0C. RGB value is (31,57,12). Sum of RGB (Red+Green+Blue) = 31+57+12=100 (13% of max value = 765). Red value is 31 (12.5% from 255 or 31% from 100); Green value is 57 (22.66% from 255 or 57% from 100); Blue value is 12 (5.08% from 255 or 12% from 100); Max value from RGB is 57 - color contains mainly: green. Hex color #1F390C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F390C is #E0C6F3. Grayscale: #2C2C2C. Windows color (decimal): -14730996 or 801055. OLE color: 801055.

HSL color Cylindrical-coordinate representation of color #1F390C: hue angle of 94.67º degrees, saturation: 0.65, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1F390C is Cyan = 0.46, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.78.

Color convert

RGB 31 57 12 -
CMYK 0.46 0 0.79 0.78
HSL 94.67º 0.65% 0.14% -
HSV(B) 94.67º 0.79% 0.22% -
XYZ 2.09 3.24 0.86 -
YUV 44.1 109.89 118.66 -
System Red Green Blue C M Y K H S L
Decimal 31 57 12 0.46 0 0.79 0.78 94.67 0.65 0.14
Hex 1F 39 C 2E 0 4F 4E 5F 41 E
Octal 37 71 14 56 0 117 116 137 101 16
Binary 11111 111001 1100 101110 0 1001111 1001110 1011111 1000001 1110

Color Harmonies of #1F390C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F390C

Black with #1F390C

Text Example


Text Example

White with #1F390C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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