#122401

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

Shades of Pine Tree #122401

Tints of Pine Tree #122401

Color information

#122401 (or 0x122401) is unknown color: approx Pine Tree. HEX triplet: 12, 24 and 01. RGB value is (18,36,1). Sum of RGB (Red+Green+Blue) = 18+36+1=55 (7% of max value = 765). Red value is 18 (7.42% from 255 or 32.73% from 55); Green value is 36 (14.45% from 255 or 65.45% from 55); Blue value is 1 (0.78% from 255 or 1.82% from 55); Max value from RGB is 36 - color contains mainly: green. Hex color #122401 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #122401 is #EDDBFE. Grayscale: #1A1A1A. Windows color (decimal): -15588351 or 74770. OLE color: 74770.

HSL color Cylindrical-coordinate representation of color #122401: hue angle of 90.86º degrees, saturation: 0.95, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #122401 is Cyan = 0.5, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.86.

Color convert

RGB18361-
CMYK0.500.970.86
HSL90.86º94.59%7.25%-
HSV(B)90.86º97.22%14.12%-
XYZ0.891.390.25-
YUV26.63113.54121.85-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 32.73%
GREEN value IS 36 (14.45% from 255) = 65.45%
BLUE value IS 1 (0.78% from 255) = 1.82%
R=32.73%
G=65.45%
B=1.82%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal183610.500.970.8690.8694.597.25
Hex1224132061565b5f7
Octal224416201411261331377
Binary10010100100111001001100001101011010110111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122401

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #122401; }

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

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

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

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

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

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

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

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