#122802

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

Shades of Pine Tree #122802

Tints of Pine Tree #122802

Color information

#122802 (or 0x122802) is unknown color: approx Pine Tree. HEX triplet: 12, 28 and 02. RGB value is (18,40,2). Sum of RGB (Red+Green+Blue) = 18+40+2=60 (7% of max value = 765). Red value is 18 (7.42% from 255 or 30% from 60); Green value is 40 (16.02% from 255 or 66.67% from 60); Blue value is 2 (1.17% from 255 or 3.33% from 60); Max value from RGB is 40 - color contains mainly: green. Hex color #122802 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #122802 is #EDD7FD. Grayscale: #1D1D1D. Windows color (decimal): -15587326 or 141330. OLE color: 141330.

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

Color convert

RGB18402-
CMYK0.5500.950.84
HSL94.74º90.48%8.24%-
HSV(B)94.74º95%15.69%-
XYZ1.021.650.32-
YUV29.09112.71120.09-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 30%
GREEN value IS 40 (16.02% from 255) = 66.67%
BLUE value IS 2 (1.17% from 255) = 3.33%
R=30%
G=66.67%
B=3.33%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal184020.5500.950.8494.7490.488.24
Hex122823705F545f5a8
Octal2250267013712413713210
Binary1001010100010110111010111111010100101111110110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122802

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #122802; }

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

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

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

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

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

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

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

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