Html Css Color HEX #12180B Pine Tree

📋 copy color: '#12180B'

red 18 ◦ green 24 ◦ blue 11

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

Shades of Pine Tree #12180B

Tints of Pine Tree #12180B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 20.75%

R = 33.96%
G = 45.28%
B = 20.75%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.54

 K value IS 0.91

RGB Variations

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

Color information

#12180B (or 0x12180B) is known color: Pine Tree. HEX triplet: 12, 18 and 0B. RGB value is (18,24,11). Sum of RGB (Red+Green+Blue) = 18+24+11=53 (7% of max value = 765). Red value is 18 (7.42% from 255 or 33.96% from 53); Green value is 24 (9.77% from 255 or 45.28% from 53); Blue value is 11 (4.69% from 255 or 20.75% from 53); Max value from RGB is 24 - color contains mainly: green. Hex color #12180B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #12180B is #EDE7F4. Grayscale: #141414. Windows color (decimal): -15591413 or 727058. OLE color: 727058.

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

Color convert

RGB 18 24 11 -
CMYK 0.25 0 0.54 0.91
HSL 87.69º 0.37% 0.07% -
HSV(B) 87.69º 0.54% 0.09% -
XYZ 0.64 0.81 0.44 -
YUV 20.72 122.51 126.06 -
System Red Green Blue C M Y K H S L
Decimal 18 24 11 0.25 0 0.54 0.91 87.69 0.37 0.07
Hex 12 18 B 19 0 36 5B 58 25 7
Octal 22 30 13 31 0 66 133 130 45 7
Binary 10010 11000 1011 11001 0 110110 1011011 1011000 100101 111

Color Harmonies of #12180B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12180B

Black with #12180B

Text Example


Text Example

White with #12180B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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