#1D2700

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

Shades of Pine Tree #1D2700

Tints of Pine Tree #1D2700

Color information

#1D2700 (or 0x1D2700) is unknown color: approx Pine Tree. HEX triplet: 1D, 27 and 00. RGB value is (29,39,0). Sum of RGB (Red+Green+Blue) = 29+39+0=68 (9% of max value = 765). Red value is 29 (11.72% from 255 or 42.65% from 68); Green value is 39 (15.62% from 255 or 57.35% from 68); Blue value is 0 (0.39% from 255 or 0% from 68); Max value from RGB is 39 - color contains mainly: green. Hex color #1D2700 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D2700 is #E2D8FF. Grayscale: #1F1F1F. Windows color (decimal): -14866688 or 10013. OLE color: 10013.

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

Color convert

RGB29390-
CMYK0.26010.85
HSL75.38º100%7.65%-
HSV(B)75.38º100%15.29%-
XYZ1.231.710.27-
YUV31.56110.19126.17-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 42.65%
GREEN value IS 39 (15.62% from 255) = 57.35%
BLUE value IS 0 (0.39% from 255) = 0%
R=42.65%
G=57.35%
B=0%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal293900.26010.8575.381007.65
Hex1D2701A064554b648
Octal3547032014412511314410
Binary11101100111011010011001001010101100101111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D2700

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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