#121D0D

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

Shades of Pine Tree #121D0D

Tints of Pine Tree #121D0D

Color information

#121D0D (or 0x121D0D) is unknown color: approx Pine Tree. HEX triplet: 12, 1D and 0D. RGB value is (18,29,13). Sum of RGB (Red+Green+Blue) = 18+29+13=60 (7% of max value = 765). Red value is 18 (7.42% from 255 or 30% from 60); Green value is 29 (11.72% from 255 or 48.33% from 60); Blue value is 13 (5.47% from 255 or 21.67% from 60); Max value from RGB is 29 - color contains mainly: green. Hex color #121D0D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #121D0D is #EDE2F2. Grayscale: #171717. Windows color (decimal): -15590131 or 859410. OLE color: 859410.

HSL color Cylindrical-coordinate representation of color #121D0D: hue angle of 101.25º degrees, saturation: 0.38, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #121D0D is Cyan = 0.38, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.89.

Color convert

RGB182913-
CMYK0.3800.550.89
HSL101.25º38.1%8.24%-
HSV(B)101.25º55.17%11.37%-
XYZ0.761.040.54-
YUV23.89121.86123.8-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 30%
GREEN value IS 29 (11.72% from 255) = 48.33%
BLUE value IS 13 (5.47% from 255) = 21.67%
R=30%
G=48.33%
B=21.67%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal1829130.3800.550.89101.2538.18.24
Hex121DD260375965268
Octal223515460671311454610
Binary100101110111011001100110111101100111001011001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121D0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121D0D; }

 p { color: rgb(18,29,13); }

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

<style>
 a { background-color: #121D0D; }

 a { background-color: rgb(18,29,13); }

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

<style>
 span { border-color: #121D0D; }

 span { border-color: rgb(18,29,13); }

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