Html Css Color HEX #122301 Pine Tree

📋 copy color: '#122301'

red 18 ◦ green 35 ◦ blue 1

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

Shades of Pine Tree #122301

Tints of Pine Tree #122301

RGB

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

 GREEN value IS 35 (14.06% from 255) = 64.81%

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

R = 33.33%
G = 64.81%
B = 1.85%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.97

 K value IS 0.86

RGB Variations

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

Color information

#122301 (or 0x122301) is known color: Pine Tree. HEX triplet: 12, 23 and 01. RGB value is (18,35,1). Sum of RGB (Red+Green+Blue) = 18+35+1=54 (7% of max value = 765). Red value is 18 (7.42% from 255 or 33.33% from 54); Green value is 35 (14.06% from 255 or 64.81% from 54); Blue value is 1 (0.78% from 255 or 1.85% from 54); Max value from RGB is 35 - color contains mainly: green. Hex color #122301 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #122301 is #EDDCFE. Grayscale: #1A1A1A. Windows color (decimal): -15588607 or 74514. OLE color: 74514.

HSL color Cylindrical-coordinate representation of color #122301: hue angle of 90º degrees, saturation: 0.94, 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 #122301 is Cyan = 0.49, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.86.

Color convert

RGB 18 35 1 -
CMYK 0.49 0 0.97 0.86
HSL 90º 0.94% 0.07% -
HSV(B) 90º 0.97% 0.14% -
XYZ 0.86 1.33 0.24 -
YUV 26.04 113.87 122.26 -
System Red Green Blue C M Y K H S L
Decimal 18 35 1 0.49 0 0.97 0.86 90 0.94 0.07
Hex 12 23 1 31 0 61 56 5A 5E 7
Octal 22 43 1 61 0 141 126 132 136 7
Binary 10010 100011 1 110001 0 1100001 1010110 1011010 1011110 111

Color Harmonies of #122301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122301

Black with #122301

Text Example


Text Example

White with #122301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #122301; }

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

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

background-color css

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

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

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

border-color css

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

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

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