Html Css Color HEX #121801 Pine Tree

📋 copy color: '#121801'

red 18 ◦ green 24 ◦ blue 1

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

Shades of Pine Tree #121801

Tints of Pine Tree #121801

RGB

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

 GREEN value IS 24 (9.77% from 255) = 55.81%

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

R = 41.86%
G = 55.81%
B = 2.33%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.96

 K value IS 0.91

RGB Variations

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

Color information

#121801 (or 0x121801) is known color: Pine Tree. HEX triplet: 12, 18 and 01. RGB value is (18,24,1). Sum of RGB (Red+Green+Blue) = 18+24+1=43 (5% of max value = 765). Red value is 18 (7.42% from 255 or 41.86% from 43); Green value is 24 (9.77% from 255 or 55.81% from 43); Blue value is 1 (0.78% from 255 or 2.33% from 43); Max value from RGB is 24 - color contains mainly: green. Hex color #121801 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #121801 is #EDE7FE. Grayscale: #131313. Windows color (decimal): -15591423 or 71698. OLE color: 71698.

HSL color Cylindrical-coordinate representation of color #121801: hue angle of 75.65º degrees, saturation: 0.92, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #121801 is Cyan = 0.25, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.91.

Color convert

RGB 18 24 1 -
CMYK 0.25 0 0.96 0.91
HSL 75.65º 0.92% 0.05% -
HSV(B) 75.65º 0.96% 0.09% -
XYZ 0.58 0.78 0.15 -
YUV 19.58 117.51 126.87 -
System Red Green Blue C M Y K H S L
Decimal 18 24 1 0.25 0 0.96 0.91 75.65 0.92 0.05
Hex 12 18 1 19 0 60 5B 4C 5C 5
Octal 22 30 1 31 0 140 133 114 134 5
Binary 10010 11000 1 11001 0 1100000 1011011 1001100 1011100 101

Color Harmonies of #121801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121801

Black with #121801

Text Example


Text Example

White with #121801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121801; }

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

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

background-color css

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

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

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

border-color css

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

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

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