#121801

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

Shades of Pine Tree #121801

Tints of Pine Tree #121801

Color information

#121801 (or 0x121801) is unknown color: approx Pine Tree. HEX triplet: 12, 18 and 01. RGB value is (18,24,1). Sum of RGB (Red+Green+Blue) = 18+24+1=43 (5% of max value = 765). Red value is 18 (7.42% from 255 or 41.86% from 43); Green value is 24 (9.77% from 255 or 55.81% from 43); Blue value is 1 (0.78% from 255 or 2.33% from 43); Max value from RGB is 24 - color contains mainly: green. Hex color #121801 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #121801 is #EDE7FE. Grayscale: #131313. Windows color (decimal): -15591423 or 71698. OLE color: 71698.

HSL color Cylindrical-coordinate representation of color #121801: hue angle of 75.65º degrees, saturation: 0.92, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #121801 is Cyan = 0.25, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.91.

Color convert

RGB18241-
CMYK0.2500.960.91
HSL75.65º92%4.9%-
HSV(B)75.65º95.83%9.41%-
XYZ0.580.780.15-
YUV19.58117.51126.87-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 41.86%
GREEN value IS 24 (9.77% from 255) = 55.81%
BLUE value IS 1 (0.78% from 255) = 2.33%
R=41.86%
G=55.81%
B=2.33%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal182410.2500.960.9175.65924.9
Hex12181190605B4c5c5
Octal223013101401331141345
Binary100101100011100101100000101101110011001011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121801

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121801; }

 p { color: rgb(18,24,1); }

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

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

 a { background-color: rgb(18,24,1); }

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

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

 span { border-color: rgb(18,24,1); }

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