Html Css Color HEX #1F3009 Pine Tree

📋 copy color: '#1F3009'

red 31 ◦ green 48 ◦ blue 9

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

Shades of Pine Tree #1F3009

Tints of Pine Tree #1F3009

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 10.23%

R = 35.23%
G = 54.55%
B = 10.23%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.81

 K value IS 0.81

RGB Variations

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

Color information

#1F3009 (or 0x1F3009) is known color: Pine Tree. HEX triplet: 1F, 30 and 09. RGB value is (31,48,9). Sum of RGB (Red+Green+Blue) = 31+48+9=88 (11% of max value = 765). Red value is 31 (12.5% from 255 or 35.23% from 88); Green value is 48 (19.14% from 255 or 54.55% from 88); Blue value is 9 (3.91% from 255 or 10.23% from 88); Max value from RGB is 48 - color contains mainly: green. Hex color #1F3009 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F3009 is #E0CFF6. Grayscale: #262626. Windows color (decimal): -14733303 or 602143. OLE color: 602143.

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

Color convert

RGB 31 48 9 -
CMYK 0.35 0 0.81 0.81
HSL 86.15º 0.68% 0.11% -
HSV(B) 86.15º 0.81% 0.19% -
XYZ 1.67 2.42 0.64 -
YUV 38.47 111.37 122.67 -
System Red Green Blue C M Y K H S L
Decimal 31 48 9 0.35 0 0.81 0.81 86.15 0.68 0.11
Hex 1F 30 9 23 0 51 51 56 44 B
Octal 37 60 11 43 0 121 121 126 104 13
Binary 11111 110000 1001 100011 0 1010001 1010001 1010110 1000100 1011

Color Harmonies of #1F3009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F3009

Black with #1F3009

Text Example


Text Example

White with #1F3009

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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