Html Css Color HEX #12180C Pine Tree

📋 copy color: '#12180C'

red 18 ◦ green 24 ◦ blue 12

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

Shades of Pine Tree #12180C

Tints of Pine Tree #12180C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 22.22%

R = 33.33%
G = 44.44%
B = 22.22%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.50

 K value IS 0.91

RGB Variations

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

Color information

#12180C (or 0x12180C) is known color: Pine Tree. HEX triplet: 12, 18 and 0C. RGB value is (18,24,12). Sum of RGB (Red+Green+Blue) = 18+24+12=54 (7% of max value = 765). Red value is 18 (7.42% from 255 or 33.33% from 54); Green value is 24 (9.77% from 255 or 44.44% from 54); Blue value is 12 (5.08% from 255 or 22.22% from 54); Max value from RGB is 24 - color contains mainly: green. Hex color #12180C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #12180C is #EDE7F3. Grayscale: #141414. Windows color (decimal): -15591412 or 792594. OLE color: 792594.

HSL color Cylindrical-coordinate representation of color #12180C: hue angle of 90º degrees, saturation: 0.33, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #12180C is Cyan = 0.25, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.91.

Color convert

RGB 18 24 12 -
CMYK 0.25 0 0.50 0.91
HSL 90º 0.33% 0.07% -
HSV(B) 90º 0.5% 0.09% -
XYZ 0.64 0.81 0.47 -
YUV 20.84 123.01 125.98 -
System Red Green Blue C M Y K H S L
Decimal 18 24 12 0.25 0 0.50 0.91 90 0.33 0.07
Hex 12 18 C 19 0 32 5B 5A 21 7
Octal 22 30 14 31 0 62 133 132 41 7
Binary 10010 11000 1100 11001 0 110010 1011011 1011010 100001 111

Color Harmonies of #12180C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12180C

Black with #12180C

Text Example


Text Example

White with #12180C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12180C; }

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

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

background-color css

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

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

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

border-color css

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

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

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