#121D03

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

Shades of Pine Tree #121D03

Tints of Pine Tree #121D03

Color information

#121D03 (or 0x121D03) is unknown color: approx Pine Tree. HEX triplet: 12, 1D and 03. RGB value is (18,29,3). Sum of RGB (Red+Green+Blue) = 18+29+3=50 (6% of max value = 765). Red value is 18 (7.42% from 255 or 36% from 50); Green value is 29 (11.72% from 255 or 58% from 50); Blue value is 3 (1.56% from 255 or 6% from 50); Max value from RGB is 29 - color contains mainly: green. Hex color #121D03 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #121D03 is #EDE2FC. Grayscale: #161616. Windows color (decimal): -15590141 or 204050. OLE color: 204050.

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

Color convert

RGB18293-
CMYK0.3800.900.89
HSL85.38º81.25%6.27%-
HSV(B)85.38º89.66%11.37%-
XYZ0.711.010.24-
YUV22.75116.86124.61-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 36%
GREEN value IS 29 (11.72% from 255) = 58%
BLUE value IS 3 (1.56% from 255) = 6%
R=36%
G=58%
B=6%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal182930.3800.900.8985.3881.256.27
Hex121D32605A5955516
Octal223534601321311251216
Binary10010111011110011001011010101100110101011010001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121D03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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