#1D300F

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

Shades of Pine Tree #1D300F

Tints of Pine Tree #1D300F

Color information

#1D300F (or 0x1D300F) is unknown color: approx Pine Tree. HEX triplet: 1D, 30 and 0F. RGB value is (29,48,15). Sum of RGB (Red+Green+Blue) = 29+48+15=92 (12% of max value = 765). Red value is 29 (11.72% from 255 or 31.52% from 92); Green value is 48 (19.14% from 255 or 52.17% from 92); Blue value is 15 (6.25% from 255 or 16.30% from 92); Max value from RGB is 48 - color contains mainly: green. Hex color #1D300F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D300F is #E2CFF0. Grayscale: #262626. Windows color (decimal): -14864369 or 995357. OLE color: 995357.

HSL color Cylindrical-coordinate representation of color #1D300F: hue angle of 94.55º degrees, saturation: 0.52, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #1D300F is Cyan = 0.40, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.81.

Color convert

RGB294815-
CMYK0.4000.690.81
HSL94.55º52.38%12.35%-
HSV(B)94.55º68.75%18.82%-
XYZ1.652.410.83-
YUV38.56114.71121.18-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 31.52%
GREEN value IS 48 (19.14% from 255) = 52.17%
BLUE value IS 15 (6.25% from 255) = 16.30%
R=31.52%
G=52.17%
B=16.30%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2948150.4000.690.8194.5552.3812.35
Hex1D30F28045515f34c
Octal3560175001051211376414
Binary11101110000111110100001000101101000110111111101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D300F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,48,15); }

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

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

 a { background-color: rgb(29,48,15); }

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

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

 span { border-color: rgb(29,48,15); }

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