#122402

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

Shades of Pine Tree #122402

Tints of Pine Tree #122402

Color information

#122402 (or 0x122402) is unknown color: approx Pine Tree. HEX triplet: 12, 24 and 02. RGB value is (18,36,2). Sum of RGB (Red+Green+Blue) = 18+36+2=56 (7% of max value = 765). Red value is 18 (7.42% from 255 or 32.14% from 56); Green value is 36 (14.45% from 255 or 64.29% from 56); Blue value is 2 (1.17% from 255 or 3.57% from 56); Max value from RGB is 36 - color contains mainly: green. Hex color #122402 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #122402 is #EDDBFD. Grayscale: #1A1A1A. Windows color (decimal): -15588350 or 140306. OLE color: 140306.

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

Color convert

RGB18362-
CMYK0.500.940.86
HSL91.76º89.47%7.45%-
HSV(B)91.76º94.44%14.12%-
XYZ0.891.390.28-
YUV26.74114.04121.76-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 32.14%
GREEN value IS 36 (14.45% from 255) = 64.29%
BLUE value IS 2 (1.17% from 255) = 3.57%
R=32.14%
G=64.29%
B=3.57%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal183620.500.940.8691.7689.477.45
Hex122423205E565c597
Octal224426201361261341317
Binary100101001001011001001011110101011010111001011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122402

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #122402; }

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

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

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

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

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

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

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

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