#122307

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

Shades of Pine Tree #122307

Tints of Pine Tree #122307

Color information

#122307 (or 0x122307) is unknown color: approx Pine Tree. HEX triplet: 12, 23 and 07. RGB value is (18,35,7). Sum of RGB (Red+Green+Blue) = 18+35+7=60 (7% of max value = 765). Red value is 18 (7.42% from 255 or 30% from 60); Green value is 35 (14.06% from 255 or 58.33% from 60); Blue value is 7 (3.12% from 255 or 11.67% from 60); Max value from RGB is 35 - color contains mainly: green. Hex color #122307 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #122307 is #EDDCF8. Grayscale: #1A1A1A. Windows color (decimal): -15588601 or 467730. OLE color: 467730.

HSL color Cylindrical-coordinate representation of color #122307: hue angle of 96.43º degrees, saturation: 0.67, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #122307 is Cyan = 0.49, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.86.

Color convert

RGB18357-
CMYK0.4900.800.86
HSL96.43º66.67%8.24%-
HSV(B)96.43º80%13.73%-
XYZ0.891.350.41-
YUV26.72116.87121.78-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 30%
GREEN value IS 35 (14.06% from 255) = 58.33%
BLUE value IS 7 (3.12% from 255) = 11.67%
R=30%
G=58.33%
B=11.67%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal183570.4900.800.8696.4366.678.24
Hex12237310505660438
Octal2243761012012614010310
Binary10010100011111110001010100001010110110000010000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122307

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #122307; }

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

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

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

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

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

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

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

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