Html Css Color HEX #1F3A08 Pine Tree

📋 copy color: '#1F3A08'

red 31 ◦ green 58 ◦ blue 8

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

Shades of Pine Tree #1F3A08

Tints of Pine Tree #1F3A08

RGB

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

 GREEN value IS 58 (23.05% from 255) = 59.79%

 BLUE value IS 8 (3.52% from 255) = 8.25%

R = 31.96%
G = 59.79%
B = 8.25%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.86

 K value IS 0.77

RGB Variations

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

Color information

#1F3A08 (or 0x1F3A08) is known color: Pine Tree. HEX triplet: 1F, 3A and 08. RGB value is (31,58,8). Sum of RGB (Red+Green+Blue) = 31+58+8=97 (12% of max value = 765). Red value is 31 (12.5% from 255 or 31.96% from 97); Green value is 58 (23.05% from 255 or 59.79% from 97); Blue value is 8 (3.52% from 255 or 8.25% from 97); Max value from RGB is 58 - color contains mainly: green. Hex color #1F3A08 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F3A08 is #E0C5F7. Grayscale: #2C2C2C. Windows color (decimal): -14730744 or 539167. OLE color: 539167.

HSL color Cylindrical-coordinate representation of color #1F3A08: hue angle of 92.4º degrees, saturation: 0.76, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1F3A08 is Cyan = 0.47, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.77.

Color convert

RGB 31 58 8 -
CMYK 0.47 0 0.86 0.77
HSL 92.4º 0.76% 0.13% -
HSV(B) 92.4º 0.86% 0.23% -
XYZ 2.12 3.33 0.76 -
YUV 44.23 107.55 118.57 -
System Red Green Blue C M Y K H S L
Decimal 31 58 8 0.47 0 0.86 0.77 92.4 0.76 0.13
Hex 1F 3A 8 2F 0 56 4D 5C 4C D
Octal 37 72 10 57 0 126 115 134 114 15
Binary 11111 111010 1000 101111 0 1010110 1001101 1011100 1001100 1101

Color Harmonies of #1F3A08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F3A08

Black with #1F3A08

Text Example


Text Example

White with #1F3A08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,58,8); }

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

background-color css

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

 a { background-color: rgb(31,58,8); }

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

border-color css

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

 span { border-color: rgb(31,58,8); }

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