Html Css Color HEX #1F3D09 Pine Tree

📋 copy color: '#1F3D09'

red 31 ◦ green 61 ◦ blue 9

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

Shades of Pine Tree #1F3D09

Tints of Pine Tree #1F3D09

RGB

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

 GREEN value IS 61 (24.22% from 255) = 60.4%

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

R = 30.69%
G = 60.4%
B = 8.91%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.85

 K value IS 0.76

RGB Variations

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

Color information

#1F3D09 (or 0x1F3D09) is known color: Pine Tree. HEX triplet: 1F, 3D and 09. RGB value is (31,61,9). Sum of RGB (Red+Green+Blue) = 31+61+9=101 (13% of max value = 765). Red value is 31 (12.5% from 255 or 30.69% from 101); Green value is 61 (24.22% from 255 or 60.40% from 101); Blue value is 9 (3.91% from 255 or 8.91% from 101); Max value from RGB is 61 - color contains mainly: green. Hex color #1F3D09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F3D09 is #E0C2F6. Grayscale: #2E2E2E. Windows color (decimal): -14729975 or 605471. OLE color: 605471.

HSL color Cylindrical-coordinate representation of color #1F3D09: hue angle of 94.62º degrees, saturation: 0.74, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1F3D09 is Cyan = 0.49, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.76.

Color convert

RGB 31 61 9 -
CMYK 0.49 0 0.85 0.76
HSL 94.62º 0.74% 0.14% -
HSV(B) 94.62º 0.85% 0.24% -
XYZ 2.28 3.65 0.84 -
YUV 46.1 107.06 117.23 -
System Red Green Blue C M Y K H S L
Decimal 31 61 9 0.49 0 0.85 0.76 94.62 0.74 0.14
Hex 1F 3D 9 31 0 55 4C 5F 4A E
Octal 37 75 11 61 0 125 114 137 112 16
Binary 11111 111101 1001 110001 0 1010101 1001100 1011111 1001010 1110

Color Harmonies of #1F3D09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F3D09

Black with #1F3D09

Text Example


Text Example

White with #1F3D09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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