#122901

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

Shades of Pine Tree #122901

Tints of Pine Tree #122901

Color information

#122901 (or 0x122901) is unknown color: approx Pine Tree. HEX triplet: 12, 29 and 01. RGB value is (18,41,1). Sum of RGB (Red+Green+Blue) = 18+41+1=60 (7% of max value = 765). Red value is 18 (7.42% from 255 or 30% from 60); Green value is 41 (16.41% from 255 or 68.33% from 60); Blue value is 1 (0.78% from 255 or 1.67% from 60); Max value from RGB is 41 - color contains mainly: green. Hex color #122901 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #122901 is #EDD6FE. Grayscale: #1D1D1D. Windows color (decimal): -15587071 or 76050. OLE color: 76050.

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

Color convert

RGB18411-
CMYK0.5600.980.84
HSL94.5º95.24%8.24%-
HSV(B)94.5º97.56%16.08%-
XYZ1.051.720.3-
YUV29.56111.88119.75-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 30%
GREEN value IS 41 (16.41% from 255) = 68.33%
BLUE value IS 1 (0.78% from 255) = 1.67%
R=30%
G=68.33%
B=1.67%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal184110.5600.980.8494.595.248.24
Hex1229138062545e5f8
Octal2251170014212413613710
Binary100101010011111000011000101010100101111010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122901

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #122901; }

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

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

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

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

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

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

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

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