#121802

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

Shades of Pine Tree #121802

Tints of Pine Tree #121802

Color information

#121802 (or 0x121802) is unknown color: approx Pine Tree. HEX triplet: 12, 18 and 02. RGB value is (18,24,2). Sum of RGB (Red+Green+Blue) = 18+24+2=44 (5% of max value = 765). Red value is 18 (7.42% from 255 or 40.91% from 44); Green value is 24 (9.77% from 255 or 54.55% from 44); Blue value is 2 (1.17% from 255 or 4.55% from 44); Max value from RGB is 24 - color contains mainly: green. Hex color #121802 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #121802 is #EDE7FD. Grayscale: #131313. Windows color (decimal): -15591422 or 137234. OLE color: 137234.

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

Color convert

RGB18242-
CMYK0.2500.920.91
HSL76.36º84.62%5.1%-
HSV(B)76.36º91.67%9.41%-
XYZ0.590.790.18-
YUV19.7118.01126.79-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 40.91%
GREEN value IS 24 (9.77% from 255) = 54.55%
BLUE value IS 2 (1.17% from 255) = 4.55%
R=40.91%
G=54.55%
B=4.55%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal182420.2500.920.9176.3684.625.1
Hex121821905C5B4c555
Octal223023101341331141255
Binary1001011000101100101011100101101110011001010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121802

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121802; }

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

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

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

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

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

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

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

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