Html Css Color HEX #122201 Pine Tree

📋 copy color: '#122201'

red 18 ◦ green 34 ◦ blue 1

#122201
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pine Tree #122201

Tints of Pine Tree #122201

RGB

 RED value IS 18 (7.42% from 255) = 33.96%

 GREEN value IS 34 (13.67% from 255) = 64.15%

 BLUE value IS 1 (0.78% from 255) = 1.89%

R = 33.96%
G = 64.15%
B = 1.89%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.97

 K value IS 0.87

RGB Variations

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

Color information

#122201 (or 0x122201) is known color: Pine Tree. HEX triplet: 12, 22 and 01. RGB value is (18,34,1). Sum of RGB (Red+Green+Blue) = 18+34+1=53 (7% of max value = 765). Red value is 18 (7.42% from 255 or 33.96% from 53); Green value is 34 (13.67% from 255 or 64.15% from 53); Blue value is 1 (0.78% from 255 or 1.89% from 53); Max value from RGB is 34 - color contains mainly: green. Hex color #122201 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #122201 is #EDDDFE. Grayscale: #191919. Windows color (decimal): -15588863 or 74258. OLE color: 74258.

HSL color Cylindrical-coordinate representation of color #122201: hue angle of 89.09º degrees, saturation: 0.94, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #122201 is Cyan = 0.47, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.87.

Color convert

RGB 18 34 1 -
CMYK 0.47 0 0.97 0.87
HSL 89.09º 0.94% 0.07% -
HSV(B) 89.09º 0.97% 0.13% -
XYZ 0.83 1.27 0.23 -
YUV 25.45 114.2 122.68 -
System Red Green Blue C M Y K H S L
Decimal 18 34 1 0.47 0 0.97 0.87 89.09 0.94 0.07
Hex 12 22 1 2F 0 61 57 59 5E 7
Octal 22 42 1 57 0 141 127 131 136 7
Binary 10010 100010 1 101111 0 1100001 1010111 1011001 1011110 111

Color Harmonies of #122201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122201

Black with #122201

Text Example


Text Example

White with #122201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #122201; }

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

 H1.HeaderClassName
 {
   color: #122201;
 }
 .AnyTagClassName
 {
   color: #122201;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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