#1D2701

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

Shades of Pine Tree #1D2701

Tints of Pine Tree #1D2701

Color information

#1D2701 (or 0x1D2701) is unknown color: approx Pine Tree. HEX triplet: 1D, 27 and 01. RGB value is (29,39,1). Sum of RGB (Red+Green+Blue) = 29+39+1=69 (9% of max value = 765). Red value is 29 (11.72% from 255 or 42.03% from 69); Green value is 39 (15.62% from 255 or 56.52% from 69); Blue value is 1 (0.78% from 255 or 1.45% from 69); Max value from RGB is 39 - color contains mainly: green. Hex color #1D2701 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D2701 is #E2D8FE. Grayscale: #1F1F1F. Windows color (decimal): -14866687 or 75549. OLE color: 75549.

HSL color Cylindrical-coordinate representation of color #1D2701: hue angle of 75.79º degrees, saturation: 0.95, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1D2701 is Cyan = 0.26, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.85.

Color convert

RGB29391-
CMYK0.2600.970.85
HSL75.79º95%7.84%-
HSV(B)75.79º97.44%15.29%-
XYZ1.241.710.29-
YUV31.68110.69126.09-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 42.03%
GREEN value IS 39 (15.62% from 255) = 56.52%
BLUE value IS 1 (0.78% from 255) = 1.45%
R=42.03%
G=56.52%
B=1.45%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal293910.2600.970.8575.79957.84
Hex1D2711A061554c5f8
Octal3547132014112511413710
Binary11101100111111010011000011010101100110010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D2701

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,39,1); }

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

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

 a { background-color: rgb(29,39,1); }

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

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

 span { border-color: rgb(29,39,1); }

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