Html Css Color HEX #1F3807 Pine Tree

📋 copy color: '#1F3807'

red 31 ◦ green 56 ◦ blue 7

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

Shades of Pine Tree #1F3807

Tints of Pine Tree #1F3807

RGB

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

 GREEN value IS 56 (22.27% from 255) = 59.57%

 BLUE value IS 7 (3.13% from 255) = 7.45%

R = 32.98%
G = 59.57%
B = 7.45%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.88

 K value IS 0.78

RGB Variations

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

Color information

#1F3807 (or 0x1F3807) is known color: Pine Tree. HEX triplet: 1F, 38 and 07. RGB value is (31,56,7). Sum of RGB (Red+Green+Blue) = 31+56+7=94 (12% of max value = 765). Red value is 31 (12.5% from 255 or 32.98% from 94); Green value is 56 (22.27% from 255 or 59.57% from 94); Blue value is 7 (3.12% from 255 or 7.45% from 94); Max value from RGB is 56 - color contains mainly: green. Hex color #1F3807 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F3807 is #E0C7F8. Grayscale: #2B2B2B. Windows color (decimal): -14731257 or 473119. OLE color: 473119.

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

Color convert

RGB 31 56 7 -
CMYK 0.45 0 0.88 0.78
HSL 90.61º 0.78% 0.12% -
HSV(B) 90.61º 0.88% 0.22% -
XYZ 2.02 3.13 0.7 -
YUV 42.94 107.72 119.48 -
System Red Green Blue C M Y K H S L
Decimal 31 56 7 0.45 0 0.88 0.78 90.61 0.78 0.12
Hex 1F 38 7 2D 0 58 4E 5B 4E C
Octal 37 70 7 55 0 130 116 133 116 14
Binary 11111 111000 111 101101 0 1011000 1001110 1011011 1001110 1100

Color Harmonies of #1F3807

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F3807

Black with #1F3807

Text Example


Text Example

White with #1F3807

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,56,7); }

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

background-color css

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

 a { background-color: rgb(31,56,7); }

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

border-color css

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

 span { border-color: rgb(31,56,7); }

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