#121B03

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

Shades of Pine Tree #121B03

Tints of Pine Tree #121B03

Color information

#121B03 (or 0x121B03) is unknown color: approx Pine Tree. HEX triplet: 12, 1B and 03. RGB value is (18,27,3). Sum of RGB (Red+Green+Blue) = 18+27+3=48 (6% of max value = 765). Red value is 18 (7.42% from 255 or 37.5% from 48); Green value is 27 (10.94% from 255 or 56.25% from 48); Blue value is 3 (1.56% from 255 or 6.25% from 48); Max value from RGB is 27 - color contains mainly: green. Hex color #121B03 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #121B03 is #EDE4FC. Grayscale: #151515. Windows color (decimal): -15590653 or 203538. OLE color: 203538.

HSL color Cylindrical-coordinate representation of color #121B03: hue angle of 82.5º degrees, saturation: 0.8, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #121B03 is Cyan = 0.33, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.89.

Color convert

RGB18273-
CMYK0.3300.890.89
HSL82.5º80%5.88%-
HSV(B)82.5º88.89%10.59%-
XYZ0.660.920.23-
YUV21.57117.52125.45-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 37.5%
GREEN value IS 27 (10.94% from 255) = 56.25%
BLUE value IS 3 (1.56% from 255) = 6.25%
R=37.5%
G=56.25%
B=6.25%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal182730.3300.890.8982.5805.88
Hex121B3210595952506
Octal223334101311311221206
Binary10010110111110000101011001101100110100101010000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121B03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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