#101D02

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

Shades of Pine Tree #101D02

Tints of Pine Tree #101D02

Color information

#101D02 (or 0x101D02) is unknown color: approx Pine Tree. HEX triplet: 10, 1D and 02. RGB value is (16,29,2). Sum of RGB (Red+Green+Blue) = 16+29+2=47 (6% of max value = 765). Red value is 16 (6.64% from 255 or 34.04% from 47); Green value is 29 (11.72% from 255 or 61.70% from 47); Blue value is 2 (1.17% from 255 or 4.26% from 47); Max value from RGB is 29 - color contains mainly: green. Hex color #101D02 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #101D02 is #EFE2FD. Grayscale: #161616. Windows color (decimal): -15721214 or 138512. OLE color: 138512.

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

Color convert

RGB16292-
CMYK0.4500.930.89
HSL88.89º87.1%6.08%-
HSV(B)88.89º93.1%11.37%-
XYZ0.660.990.21-
YUV22.04116.69123.7-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 34.04%
GREEN value IS 29 (11.72% from 255) = 61.70%
BLUE value IS 2 (1.17% from 255) = 4.26%
R=34.04%
G=61.70%
B=4.26%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal162920.4500.930.8988.8987.16.08
Hex101D22D05D5959576
Octal203525501351311311276
Binary10000111011010110101011101101100110110011010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #101D02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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