#122505

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

Shades of Pine Tree #122505

Tints of Pine Tree #122505

Color information

#122505 (or 0x122505) is unknown color: approx Pine Tree. HEX triplet: 12, 25 and 05. RGB value is (18,37,5). Sum of RGB (Red+Green+Blue) = 18+37+5=60 (7% of max value = 765). Red value is 18 (7.42% from 255 or 30% from 60); Green value is 37 (14.84% from 255 or 61.67% from 60); Blue value is 5 (2.34% from 255 or 8.33% from 60); Max value from RGB is 37 - color contains mainly: green. Hex color #122505 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #122505 is #EDDAFA. Grayscale: #1B1B1B. Windows color (decimal): -15588091 or 337170. OLE color: 337170.

HSL color Cylindrical-coordinate representation of color #122505: hue angle of 95.62º degrees, saturation: 0.76, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #122505 is Cyan = 0.51, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.85.

Color convert

RGB18375-
CMYK0.5100.860.85
HSL95.62º76.19%8.24%-
HSV(B)95.62º86.49%14.51%-
XYZ0.941.460.38-
YUV27.67115.21121.1-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 30%
GREEN value IS 37 (14.84% from 255) = 61.67%
BLUE value IS 5 (2.34% from 255) = 8.33%
R=30%
G=61.67%
B=8.33%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal183750.5100.860.8595.6276.198.24
Hex122553305655604c8
Octal2245563012612514011410
Binary10010100101101110011010101101010101110000010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122505

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #122505; }

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

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

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

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

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

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

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

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