Html Css Color HEX #1F300A Pine Tree

📋 copy color: '#1F300A'

red 31 ◦ green 48 ◦ blue 10

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

Shades of Pine Tree #1F300A

Tints of Pine Tree #1F300A

RGB

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

 GREEN value IS 48 (19.14% from 255) = 53.93%

 BLUE value IS 10 (4.3% from 255) = 11.24%

R = 34.83%
G = 53.93%
B = 11.24%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.79

 K value IS 0.81

RGB Variations

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

Color information

#1F300A (or 0x1F300A) is known color: Pine Tree. HEX triplet: 1F, 30 and 0A. RGB value is (31,48,10). Sum of RGB (Red+Green+Blue) = 31+48+10=89 (11% of max value = 765). Red value is 31 (12.5% from 255 or 34.83% from 89); Green value is 48 (19.14% from 255 or 53.93% from 89); Blue value is 10 (4.30% from 255 or 11.24% from 89); Max value from RGB is 48 - color contains mainly: green. Hex color #1F300A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F300A is #E0CFF5. Grayscale: #262626. Windows color (decimal): -14733302 or 667679. OLE color: 667679.

HSL color Cylindrical-coordinate representation of color #1F300A: hue angle of 86.84º degrees, saturation: 0.66, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1F300A is Cyan = 0.35, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.81.

Color convert

RGB 31 48 10 -
CMYK 0.35 0 0.79 0.81
HSL 86.84º 0.66% 0.11% -
HSV(B) 86.84º 0.79% 0.19% -
XYZ 1.68 2.43 0.67 -
YUV 38.59 111.87 122.59 -
System Red Green Blue C M Y K H S L
Decimal 31 48 10 0.35 0 0.79 0.81 86.84 0.66 0.11
Hex 1F 30 A 23 0 4F 51 57 42 B
Octal 37 60 12 43 0 117 121 127 102 13
Binary 11111 110000 1010 100011 0 1001111 1010001 1010111 1000010 1011

Color Harmonies of #1F300A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F300A

Black with #1F300A

Text Example


Text Example

White with #1F300A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,48,10); }

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

background-color css

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

 a { background-color: rgb(31,48,10); }

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

border-color css

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

 span { border-color: rgb(31,48,10); }

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