Html Css Color HEX #122801 Pine Tree

📋 copy color: '#122801'

red 18 ◦ green 40 ◦ blue 1

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

Shades of Pine Tree #122801

Tints of Pine Tree #122801

RGB

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

 GREEN value IS 40 (16.02% from 255) = 67.8%

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

R = 30.51%
G = 67.8%
B = 1.69%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.98

 K value IS 0.84

RGB Variations

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

Color information

#122801 (or 0x122801) is known color: Pine Tree. HEX triplet: 12, 28 and 01. RGB value is (18,40,1). Sum of RGB (Red+Green+Blue) = 18+40+1=59 (7% of max value = 765). Red value is 18 (7.42% from 255 or 30.51% from 59); Green value is 40 (16.02% from 255 or 67.80% from 59); Blue value is 1 (0.78% from 255 or 1.69% from 59); Max value from RGB is 40 - color contains mainly: green. Hex color #122801 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #122801 is #EDD7FE. Grayscale: #1D1D1D. Windows color (decimal): -15587327 or 75794. OLE color: 75794.

HSL color Cylindrical-coordinate representation of color #122801: hue angle of 93.85º 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 #122801 is Cyan = 0.55, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.84.

Color convert

RGB 18 40 1 -
CMYK 0.55 0 0.98 0.84
HSL 93.85º 0.95% 0.08% -
HSV(B) 93.85º 0.98% 0.16% -
XYZ 1.01 1.65 0.29 -
YUV 28.98 112.21 120.17 -
System Red Green Blue C M Y K H S L
Decimal 18 40 1 0.55 0 0.98 0.84 93.85 0.95 0.08
Hex 12 28 1 37 0 62 54 5E 5F 8
Octal 22 50 1 67 0 142 124 136 137 10
Binary 10010 101000 1 110111 0 1100010 1010100 1011110 1011111 1000

Color Harmonies of #122801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122801

Black with #122801

Text Example


Text Example

White with #122801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #122801; }

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

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

background-color css

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

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

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

border-color css

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

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

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