#122C00

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

Shades of Pine Tree #122C00

Tints of Pine Tree #122C00

Color information

#122C00 (or 0x122C00) is unknown color: approx Pine Tree. HEX triplet: 12, 2C and 00. RGB value is (18,44,0). Sum of RGB (Red+Green+Blue) = 18+44+0=62 (8% of max value = 765). Red value is 18 (7.42% from 255 or 29.03% from 62); Green value is 44 (17.58% from 255 or 70.97% from 62); Blue value is 0 (0.39% from 255 or 0% from 62); Max value from RGB is 44 - color contains mainly: green. Hex color #122C00 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #122C00 is #EDD3FF. Grayscale: #1F1F1F. Windows color (decimal): -15586304 or 11282. OLE color: 11282.

HSL color Cylindrical-coordinate representation of color #122C00: hue angle of 95.45º degrees, saturation: 1, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 1%. Process color model (Four color, CMYK) of #122C00 is Cyan = 0.59, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.83.

Color convert

RGB18440-
CMYK0.59010.83
HSL95.45º100%8.63%-
HSV(B)95.45º100%17.25%-
XYZ1.151.930.31-
YUV31.21110.39118.58-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 29.03%
GREEN value IS 44 (17.58% from 255) = 70.97%
BLUE value IS 0 (0.39% from 255) = 0%
R=29.03%
G=70.97%
B=0%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal184400.59010.8395.451008.63
Hex122C03B064535f649
Octal2254073014412313714411
Binary100101011000111011011001001010011101111111001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122C00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #122C00; }

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

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

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

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

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

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

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

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