#122303

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

Shades of Pine Tree #122303

Tints of Pine Tree #122303

Color information

#122303 (or 0x122303) is unknown color: approx Pine Tree. HEX triplet: 12, 23 and 03. RGB value is (18,35,3). Sum of RGB (Red+Green+Blue) = 18+35+3=56 (7% of max value = 765). Red value is 18 (7.42% from 255 or 32.14% from 56); Green value is 35 (14.06% from 255 or 62.5% from 56); Blue value is 3 (1.56% from 255 or 5.36% from 56); Max value from RGB is 35 - color contains mainly: green. Hex color #122303 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #122303 is #EDDCFC. Grayscale: #1A1A1A. Windows color (decimal): -15588605 or 205586. OLE color: 205586.

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

Color convert

RGB18353-
CMYK0.4900.910.86
HSL91.88º84.21%7.45%-
HSV(B)91.88º91.43%13.73%-
XYZ0.871.340.3-
YUV26.27114.87122.1-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 32.14%
GREEN value IS 35 (14.06% from 255) = 62.5%
BLUE value IS 3 (1.56% from 255) = 5.36%
R=32.14%
G=62.5%
B=5.36%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal183530.4900.910.8691.8884.217.45
Hex122333105B565c547
Octal224336101331261341247
Binary100101000111111000101011011101011010111001010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122303

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #122303; }

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

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

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

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

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

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

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

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