#121C01

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

Shades of Pine Tree #121C01

Tints of Pine Tree #121C01

Color information

#121C01 (or 0x121C01) is unknown color: approx Pine Tree. HEX triplet: 12, 1C and 01. RGB value is (18,28,1). Sum of RGB (Red+Green+Blue) = 18+28+1=47 (6% of max value = 765). Red value is 18 (7.42% from 255 or 38.30% from 47); Green value is 28 (11.33% from 255 or 59.57% from 47); Blue value is 1 (0.78% from 255 or 2.13% from 47); Max value from RGB is 28 - color contains mainly: green. Hex color #121C01 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #121C01 is #EDE3FE. Grayscale: #161616. Windows color (decimal): -15590399 or 72722. OLE color: 72722.

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

Color convert

RGB18281-
CMYK0.3600.960.89
HSL82.22º93.1%5.69%-
HSV(B)82.22º96.43%10.98%-
XYZ0.670.960.18-
YUV21.93116.19125.2-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 38.30%
GREEN value IS 28 (11.33% from 255) = 59.57%
BLUE value IS 1 (0.78% from 255) = 2.13%
R=38.30%
G=59.57%
B=2.13%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal182810.3600.960.8982.2293.15.69
Hex121C12406059525d6
Octal223414401401311221356
Binary1001011100110010001100000101100110100101011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121C01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,28,1); }

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

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

 a { background-color: rgb(18,28,1); }

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

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

 span { border-color: rgb(18,28,1); }

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