#122501

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

Shades of Pine Tree #122501

Tints of Pine Tree #122501

Color information

#122501 (or 0x122501) is unknown color: approx Pine Tree. HEX triplet: 12, 25 and 01. RGB value is (18,37,1). Sum of RGB (Red+Green+Blue) = 18+37+1=56 (7% of max value = 765). Red value is 18 (7.42% from 255 or 32.14% from 56); Green value is 37 (14.84% from 255 or 66.07% from 56); Blue value is 1 (0.78% from 255 or 1.79% from 56); Max value from RGB is 37 - color contains mainly: green. Hex color #122501 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #122501 is #EDDAFE. Grayscale: #1B1B1B. Windows color (decimal): -15588095 or 75026. OLE color: 75026.

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

Color convert

RGB18371-
CMYK0.5100.970.85
HSL91.67º94.74%7.45%-
HSV(B)91.67º97.3%14.51%-
XYZ0.921.450.26-
YUV27.22113.21121.43-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 32.14%
GREEN value IS 37 (14.84% from 255) = 66.07%
BLUE value IS 1 (0.78% from 255) = 1.79%
R=32.14%
G=66.07%
B=1.79%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal183710.5100.970.8591.6794.747.45
Hex1225133061555c5f7
Octal224516301411251341377
Binary10010100101111001101100001101010110111001011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122501

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #122501; }

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

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

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

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

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

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

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

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