Html Css Color HEX #1F2C09 Pine Tree

📋 copy color: '#1F2C09'

red 31 ◦ green 44 ◦ blue 9

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

Shades of Pine Tree #1F2C09

Tints of Pine Tree #1F2C09

RGB

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

 GREEN value IS 44 (17.58% from 255) = 52.38%

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

R = 36.9%
G = 52.38%
B = 10.71%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.80

 K value IS 0.83

RGB Variations

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

Color information

#1F2C09 (or 0x1F2C09) is known color: Pine Tree. HEX triplet: 1F, 2C and 09. RGB value is (31,44,9). Sum of RGB (Red+Green+Blue) = 31+44+9=84 (11% of max value = 765). Red value is 31 (12.5% from 255 or 36.90% from 84); Green value is 44 (17.58% from 255 or 52.38% from 84); Blue value is 9 (3.91% from 255 or 10.71% from 84); Max value from RGB is 44 - color contains mainly: green. Hex color #1F2C09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F2C09 is #E0D3F6. Grayscale: #242424. Windows color (decimal): -14734327 or 601119. OLE color: 601119.

HSL color Cylindrical-coordinate representation of color #1F2C09: hue angle of 82.29º degrees, saturation: 0.66, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1F2C09 is Cyan = 0.30, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.83.

Color convert

RGB 31 44 9 -
CMYK 0.30 0 0.80 0.83
HSL 82.29º 0.66% 0.1% -
HSV(B) 82.29º 0.8% 0.17% -
XYZ 1.52 2.11 0.59 -
YUV 36.12 112.69 124.35 -
System Red Green Blue C M Y K H S L
Decimal 31 44 9 0.30 0 0.80 0.83 82.29 0.66 0.1
Hex 1F 2C 9 1E 0 50 53 52 42 A
Octal 37 54 11 36 0 120 123 122 102 12
Binary 11111 101100 1001 11110 0 1010000 1010011 1010010 1000010 1010

Color Harmonies of #1F2C09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F2C09

Black with #1F2C09

Text Example


Text Example

White with #1F2C09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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