#122400

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

Shades of Pine Tree #122400

Tints of Pine Tree #122400

Color information

#122400 (or 0x122400) is unknown color: approx Pine Tree. HEX triplet: 12, 24 and 00. RGB value is (18,36,0). Sum of RGB (Red+Green+Blue) = 18+36+0=54 (7% of max value = 765). Red value is 18 (7.42% from 255 or 33.33% from 54); Green value is 36 (14.45% from 255 or 66.67% from 54); Blue value is 0 (0.39% from 255 or 0% from 54); Max value from RGB is 36 - color contains mainly: green. Hex color #122400 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #122400 is #EDDBFF. Grayscale: #1A1A1A. Windows color (decimal): -15588352 or 9234. OLE color: 9234.

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

Color convert

RGB18360-
CMYK0.5010.86
HSL90º100%7.06%-
HSV(B)90º100%14.12%-
XYZ0.881.390.22-
YUV26.51113.04121.93-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 33.33%
GREEN value IS 36 (14.45% from 255) = 66.67%
BLUE value IS 0 (0.39% from 255) = 0%
R=33.33%
G=66.67%
B=0%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal183600.5010.86901007.06
Hex1224032064565a647
Octal224406201441261321447
Binary10010100100011001001100100101011010110101100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122400

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #122400; }

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

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

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

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

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

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

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

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