#1f3a00

Color #1F3A00 Pine Tree (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pine Tree #1F3A00

Tints of Pine Tree #1F3A00

Color information

#1F3A00 (or 0x1F3A00) is unknown color: approx Pine Tree. HEX triplet: 1F, 3A and 00. RGB value is (31,58,0). Sum of RGB (Red+Green+Blue) = 31+58+0=89 (11% of max value = 765). Red value is 31 (12.5% from 255 or 34.83% from 89); Green value is 58 (23.05% from 255 or 65.17% from 89); Blue value is 0 (0.39% from 255 or 0% from 89); Max value from RGB is 58 - color contains mainly: green. Hex color #1F3A00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F3A00 is #E0C5FF. Grayscale: #2B2B2B. Windows color (decimal): -14730752 or 14879. OLE color: 14879.

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

Color convert

RGB31580-
CMYK0.47010.77
HSL87.93º100%11.37%-
HSV(B)87.93º100%22.75%-
XYZ2.083.320.53-
YUV43.32103.55119.22-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 34.83%
GREEN value IS 58 (23.05% from 255) = 65.17%
BLUE value IS 0 (0.39% from 255) = 0%
R=34.83%
G=65.17%
B=0%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal315800.47010.7787.9310011.37
Hex1F3A02F0644D5864b
Octal3772057014411513014413
Binary111111110100101111011001001001101101100011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1f3a00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #1f3a00;
 }
 .AnyTagClassName
 {
   color: #1f3a00;
 }
</style>
background-color css

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

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

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

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

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

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