#101D00

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

Shades of Pine Tree #101D00

Tints of Pine Tree #101D00

Color information

#101D00 (or 0x101D00) is unknown color: approx Pine Tree. HEX triplet: 10, 1D and 00. RGB value is (16,29,0). Sum of RGB (Red+Green+Blue) = 16+29+0=45 (5% of max value = 765). Red value is 16 (6.64% from 255 or 35.56% from 45); Green value is 29 (11.72% from 255 or 64.44% from 45); Blue value is 0 (0.39% from 255 or 0% from 45); Max value from RGB is 29 - color contains mainly: green. Hex color #101D00 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #101D00 is #EFE2FF. Grayscale: #151515. Windows color (decimal): -15721216 or 7440. OLE color: 7440.

HSL color Cylindrical-coordinate representation of color #101D00: hue angle of 86.9º degrees, saturation: 1, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 1%. Process color model (Four color, CMYK) of #101D00 is Cyan = 0.45, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.89.

Color convert

RGB16290-
CMYK0.45010.89
HSL86.9º100%5.69%-
HSV(B)86.9º100%11.37%-
XYZ0.650.990.16-
YUV21.81115.69123.86-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 35.56%
GREEN value IS 29 (11.72% from 255) = 64.44%
BLUE value IS 0 (0.39% from 255) = 0%
R=35.56%
G=64.44%
B=0%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal162900.45010.8986.91005.69
Hex101D02D0645957646
Octal203505501441311271446
Binary1000011101010110101100100101100110101111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #101D00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #101D00; }

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

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

<style>
 a { background-color: #101D00; }

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

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

<style>
 span { border-color: #101D00; }

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

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