#121805

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

Shades of Pine Tree #121805

Tints of Pine Tree #121805

Color information

#121805 (or 0x121805) is unknown color: approx Pine Tree. HEX triplet: 12, 18 and 05. RGB value is (18,24,5). Sum of RGB (Red+Green+Blue) = 18+24+5=47 (6% of max value = 765). Red value is 18 (7.42% from 255 or 38.30% from 47); Green value is 24 (9.77% from 255 or 51.06% from 47); Blue value is 5 (2.34% from 255 or 10.64% from 47); Max value from RGB is 24 - color contains mainly: green. Hex color #121805 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #121805 is #EDE7FA. Grayscale: #141414. Windows color (decimal): -15591419 or 333842. OLE color: 333842.

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

Color convert

RGB18245-
CMYK0.2500.790.91
HSL78.95º65.52%5.69%-
HSV(B)78.95º79.17%9.41%-
XYZ0.60.790.26-
YUV20.04119.51126.54-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 38.30%
GREEN value IS 24 (9.77% from 255) = 51.06%
BLUE value IS 5 (2.34% from 255) = 10.64%
R=38.30%
G=51.06%
B=10.64%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal182450.2500.790.9178.9565.525.69
Hex121851904F5B4f426
Octal223053101171331171026
Binary10010110001011100101001111101101110011111000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121805

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121805; }

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

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

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

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

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

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

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

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