#1D3F00

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

Shades of Pine Tree #1D3F00

Tints of Pine Tree #1D3F00

Color information

#1D3F00 (or 0x1D3F00) is unknown color: approx Pine Tree. HEX triplet: 1D, 3F and 00. RGB value is (29,63,0). Sum of RGB (Red+Green+Blue) = 29+63+0=92 (12% of max value = 765). Red value is 29 (11.72% from 255 or 31.52% from 92); Green value is 63 (25% from 255 or 68.48% from 92); Blue value is 0 (0.39% from 255 or 0% from 92); Max value from RGB is 63 - color contains mainly: green. Hex color #1D3F00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D3F00 is #E2C0FF. Grayscale: #2D2D2D. Windows color (decimal): -14860544 or 16157. OLE color: 16157.

HSL color Cylindrical-coordinate representation of color #1D3F00: hue angle of 92.38º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1D3F00 is Cyan = 0.54, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.75.

Color convert

RGB29630-
CMYK0.54010.75
HSL92.38º100%12.35%-
HSV(B)92.38º100%24.71%-
XYZ2.283.820.62-
YUV45.65102.24116.12-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 31.52%
GREEN value IS 63 (25% from 255) = 68.48%
BLUE value IS 0 (0.39% from 255) = 0%
R=31.52%
G=68.48%
B=0%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal296300.54010.7592.3810012.35
Hex1D3F0360644B5c64c
Octal3577066014411313414414
Binary111011111110110110011001001001011101110011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D3F00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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