Html Css Color HEX #12180A Pine Tree

📋 copy color: '#12180A'

red 18 ◦ green 24 ◦ blue 10

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

Shades of Pine Tree #12180A

Tints of Pine Tree #12180A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 19.23%

R = 34.62%
G = 46.15%
B = 19.23%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.58

 K value IS 0.91

RGB Variations

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

Color information

#12180A (or 0x12180A) is known color: Pine Tree. HEX triplet: 12, 18 and 0A. RGB value is (18,24,10). Sum of RGB (Red+Green+Blue) = 18+24+10=52 (6% of max value = 765). Red value is 18 (7.42% from 255 or 34.62% from 52); Green value is 24 (9.77% from 255 or 46.15% from 52); Blue value is 10 (4.30% from 255 or 19.23% from 52); Max value from RGB is 24 - color contains mainly: green. Hex color #12180A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #12180A is #EDE7F5. Grayscale: #141414. Windows color (decimal): -15591414 or 661522. OLE color: 661522.

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

Color convert

RGB 18 24 10 -
CMYK 0.25 0 0.58 0.91
HSL 85.71º 0.41% 0.07% -
HSV(B) 85.71º 0.58% 0.09% -
XYZ 0.63 0.8 0.41 -
YUV 20.61 122.01 126.14 -
System Red Green Blue C M Y K H S L
Decimal 18 24 10 0.25 0 0.58 0.91 85.71 0.41 0.07
Hex 12 18 A 19 0 3A 5B 56 29 7
Octal 22 30 12 31 0 72 133 126 51 7
Binary 10010 11000 1010 11001 0 111010 1011011 1010110 101001 111

Color Harmonies of #12180A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12180A

Black with #12180A

Text Example


Text Example

White with #12180A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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