#122C01

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

Shades of Pine Tree #122C01

Tints of Pine Tree #122C01

Color information

#122C01 (or 0x122C01) is unknown color: approx Pine Tree. HEX triplet: 12, 2C and 01. RGB value is (18,44,1). Sum of RGB (Red+Green+Blue) = 18+44+1=63 (8% of max value = 765). Red value is 18 (7.42% from 255 or 28.57% from 63); Green value is 44 (17.58% from 255 or 69.84% from 63); Blue value is 1 (0.78% from 255 or 1.59% from 63); Max value from RGB is 44 - color contains mainly: green. Hex color #122C01 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #122C01 is #EDD3FE. Grayscale: #1F1F1F. Windows color (decimal): -15586303 or 76818. OLE color: 76818.

HSL color Cylindrical-coordinate representation of color #122C01: hue angle of 96.28º degrees, saturation: 0.96, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #122C01 is Cyan = 0.59, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.83.

Color convert

RGB18441-
CMYK0.5900.980.83
HSL96.28º95.56%8.82%-
HSV(B)96.28º97.73%17.25%-
XYZ1.161.930.34-
YUV31.32110.89118.5-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 28.57%
GREEN value IS 44 (17.58% from 255) = 69.84%
BLUE value IS 1 (0.78% from 255) = 1.59%
R=28.57%
G=69.84%
B=1.59%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal184410.5900.980.8396.2895.568.82
Hex122C13B0625360609
Octal2254173014212314014011
Binary100101011001111011011000101010011110000011000001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122C01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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