Html Css Color HEX #122401 Pine Tree

📋 copy color: '#122401'

red 18 ◦ green 36 ◦ blue 1

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

Shades of Pine Tree #122401

Tints of Pine Tree #122401

RGB

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

 GREEN value IS 36 (14.45% from 255) = 65.45%

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

R = 32.73%
G = 65.45%
B = 1.82%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.97

 K value IS 0.86

RGB Variations

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

Color information

#122401 (or 0x122401) is known color: Pine Tree. HEX triplet: 12, 24 and 01. RGB value is (18,36,1). Sum of RGB (Red+Green+Blue) = 18+36+1=55 (7% of max value = 765). Red value is 18 (7.42% from 255 or 32.73% from 55); Green value is 36 (14.45% from 255 or 65.45% from 55); Blue value is 1 (0.78% from 255 or 1.82% from 55); Max value from RGB is 36 - color contains mainly: green. Hex color #122401 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #122401 is #EDDBFE. Grayscale: #1A1A1A. Windows color (decimal): -15588351 or 74770. OLE color: 74770.

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

Color convert

RGB 18 36 1 -
CMYK 0.5 0 0.97 0.86
HSL 90.86º 0.95% 0.07% -
HSV(B) 90.86º 0.97% 0.14% -
XYZ 0.89 1.39 0.25 -
YUV 26.63 113.54 121.85 -
System Red Green Blue C M Y K H S L
Decimal 18 36 1 0.5 0 0.97 0.86 90.86 0.95 0.07
Hex 12 24 1 32 0 61 56 5B 5F 7
Octal 22 44 1 62 0 141 126 133 137 7
Binary 10010 100100 1 110010 0 1100001 1010110 1011011 1011111 111

Color Harmonies of #122401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122401

Black with #122401

Text Example


Text Example

White with #122401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #122401; }

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

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

background-color css

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

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

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

border-color css

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

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

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