Html Css Color HEX #1F3F07 Pine Tree

📋 copy color: '#1F3F07'

red 31 ◦ green 63 ◦ blue 7

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

Shades of Pine Tree #1F3F07

Tints of Pine Tree #1F3F07

RGB

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

 GREEN value IS 63 (25% from 255) = 62.38%

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

R = 30.69%
G = 62.38%
B = 6.93%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.89

 K value IS 0.75

RGB Variations

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

Color information

#1F3F07 (or 0x1F3F07) is known color: Pine Tree. HEX triplet: 1F, 3F and 07. RGB value is (31,63,7). Sum of RGB (Red+Green+Blue) = 31+63+7=101 (13% of max value = 765). Red value is 31 (12.5% from 255 or 30.69% from 101); Green value is 63 (25% from 255 or 62.38% from 101); Blue value is 7 (3.12% from 255 or 6.93% from 101); Max value from RGB is 63 - color contains mainly: green. Hex color #1F3F07 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F3F07 is #E0C0F8. Grayscale: #2F2F2F. Windows color (decimal): -14729465 or 474911. OLE color: 474911.

HSL color Cylindrical-coordinate representation of color #1F3F07: hue angle of 94.29º degrees, saturation: 0.8, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1F3F07 is Cyan = 0.51, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.75.

Color convert

RGB 31 63 7 -
CMYK 0.51 0 0.89 0.75
HSL 94.29º 0.8% 0.14% -
HSV(B) 94.29º 0.89% 0.25% -
XYZ 2.38 3.86 0.82 -
YUV 47.05 105.4 116.55 -
System Red Green Blue C M Y K H S L
Decimal 31 63 7 0.51 0 0.89 0.75 94.29 0.8 0.14
Hex 1F 3F 7 33 0 59 4B 5E 50 E
Octal 37 77 7 63 0 131 113 136 120 16
Binary 11111 111111 111 110011 0 1011001 1001011 1011110 1010000 1110

Color Harmonies of #1F3F07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F3F07

Black with #1F3F07

Text Example


Text Example

White with #1F3F07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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