#121A03

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

Shades of Pine Tree #121A03

Tints of Pine Tree #121A03

Color information

#121A03 (or 0x121A03) is unknown color: approx Pine Tree. HEX triplet: 12, 1A and 03. RGB value is (18,26,3). Sum of RGB (Red+Green+Blue) = 18+26+3=47 (6% of max value = 765). Red value is 18 (7.42% from 255 or 38.30% from 47); Green value is 26 (10.55% from 255 or 55.32% from 47); Blue value is 3 (1.56% from 255 or 6.38% from 47); Max value from RGB is 26 - color contains mainly: green. Hex color #121A03 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #121A03 is #EDE5FC. Grayscale: #151515. Windows color (decimal): -15590909 or 203282. OLE color: 203282.

HSL color Cylindrical-coordinate representation of color #121A03: hue angle of 80.87º degrees, saturation: 0.79, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #121A03 is Cyan = 0.31, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.90.

Color convert

RGB18263-
CMYK0.3100.880.90
HSL80.87º79.31%5.69%-
HSV(B)80.87º88.46%10.2%-
XYZ0.640.870.22-
YUV20.99117.85125.87-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 38.30%
GREEN value IS 26 (10.55% from 255) = 55.32%
BLUE value IS 3 (1.56% from 255) = 6.38%
R=38.30%
G=55.32%
B=6.38%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal182630.3100.880.9080.8779.315.69
Hex121A31F0585A514f6
Octal223233701301321211176
Binary1001011010111111101011000101101010100011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121A03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,26,3); }

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

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

 a { background-color: rgb(18,26,3); }

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

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

 span { border-color: rgb(18,26,3); }

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