#122602

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

Shades of Pine Tree #122602

Tints of Pine Tree #122602

Color information

#122602 (or 0x122602) is unknown color: approx Pine Tree. HEX triplet: 12, 26 and 02. RGB value is (18,38,2). Sum of RGB (Red+Green+Blue) = 18+38+2=58 (7% of max value = 765). Red value is 18 (7.42% from 255 or 31.03% from 58); Green value is 38 (15.23% from 255 or 65.52% from 58); Blue value is 2 (1.17% from 255 or 3.45% from 58); Max value from RGB is 38 - color contains mainly: green. Hex color #122602 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #122602 is #EDD9FD. Grayscale: #1C1C1C. Windows color (decimal): -15587838 or 140818. OLE color: 140818.

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

Color convert

RGB18382-
CMYK0.5300.950.85
HSL93.33º90%7.84%-
HSV(B)93.33º94.74%14.9%-
XYZ0.951.520.3-
YUV27.92113.37120.93-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 31.03%
GREEN value IS 38 (15.23% from 255) = 65.52%
BLUE value IS 2 (1.17% from 255) = 3.45%
R=31.03%
G=65.52%
B=3.45%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal183820.5300.950.8593.33907.84
Hex122623505F555d5a8
Octal2246265013712513513210
Binary1001010011010110101010111111010101101110110110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122602

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #122602; }

 p { color: rgb(18,38,2); }

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

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

 a { background-color: rgb(18,38,2); }

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

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

 span { border-color: rgb(18,38,2); }

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