#122A05

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

Shades of Pine Tree #122A05

Tints of Pine Tree #122A05

Color information

#122A05 (or 0x122A05) is unknown color: approx Pine Tree. HEX triplet: 12, 2A and 05. RGB value is (18,42,5). Sum of RGB (Red+Green+Blue) = 18+42+5=65 (8% of max value = 765). Red value is 18 (7.42% from 255 or 27.69% from 65); Green value is 42 (16.80% from 255 or 64.62% from 65); Blue value is 5 (2.34% from 255 or 7.69% from 65); Max value from RGB is 42 - color contains mainly: green. Hex color #122A05 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #122A05 is #EDD5FA. Grayscale: #1E1E1E. Windows color (decimal): -15586811 or 338450. OLE color: 338450.

HSL color Cylindrical-coordinate representation of color #122A05: hue angle of 98.92º degrees, saturation: 0.79, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #122A05 is Cyan = 0.57, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.84.

Color convert

RGB18425-
CMYK0.5700.880.84
HSL98.92º78.72%9.22%-
HSV(B)98.92º88.1%16.47%-
XYZ1.11.80.43-
YUV30.61113.55119.01-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 27.69%
GREEN value IS 42 (16.80% from 255) = 64.62%
BLUE value IS 5 (2.34% from 255) = 7.69%
R=27.69%
G=64.62%
B=7.69%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal184250.5700.880.8498.9278.729.22
Hex122A53905854634f9
Octal2252571013012414311711
Binary10010101010101111001010110001010100110001110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122A05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,42,5); }

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

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

 a { background-color: rgb(18,42,5); }

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

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

 span { border-color: rgb(18,42,5); }

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