#121D00

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

Shades of Pine Tree #121D00

Tints of Pine Tree #121D00

Color information

#121D00 (or 0x121D00) is unknown color: approx Pine Tree. HEX triplet: 12, 1D and 00. RGB value is (18,29,0). Sum of RGB (Red+Green+Blue) = 18+29+0=47 (6% of max value = 765). Red value is 18 (7.42% from 255 or 38.30% from 47); Green value is 29 (11.72% from 255 or 61.70% from 47); Blue value is 0 (0.39% from 255 or 0% from 47); Max value from RGB is 29 - color contains mainly: green. Hex color #121D00 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #121D00 is #EDE2FF. Grayscale: #161616. Windows color (decimal): -15590144 or 7442. OLE color: 7442.

HSL color Cylindrical-coordinate representation of color #121D00: hue angle of 82.76º 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 #121D00 is Cyan = 0.38, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.89.

Color convert

RGB18290-
CMYK0.38010.89
HSL82.76º100%5.69%-
HSV(B)82.76º100%11.37%-
XYZ0.691.010.16-
YUV22.4115.36124.86-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 38.30%
GREEN value IS 29 (11.72% from 255) = 61.70%
BLUE value IS 0 (0.39% from 255) = 0%
R=38.30%
G=61.70%
B=0%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal182900.38010.8982.761005.69
Hex121D0260645953646
Octal223504601441311231446
Binary1001011101010011001100100101100110100111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121D00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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