Html Css Color HEX #12170C Pine Tree

📋 copy color: '#12170C'

red 18 ◦ green 23 ◦ blue 12

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

Shades of Pine Tree #12170C

Tints of Pine Tree #12170C

RGB

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

 GREEN value IS 23 (9.38% from 255) = 43.4%

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

R = 33.96%
G = 43.4%
B = 22.64%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.48

 K value IS 0.91

RGB Variations

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

Color information

#12170C (or 0x12170C) is known color: Pine Tree. HEX triplet: 12, 17 and 0C. RGB value is (18,23,12). Sum of RGB (Red+Green+Blue) = 18+23+12=53 (7% of max value = 765). Red value is 18 (7.42% from 255 or 33.96% from 53); Green value is 23 (9.38% from 255 or 43.40% from 53); Blue value is 12 (5.08% from 255 or 22.64% from 53); Max value from RGB is 23 - color contains mainly: green. Hex color #12170C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #12170C is #EDE8F3. Grayscale: #141414. Windows color (decimal): -15591668 or 792338. OLE color: 792338.

HSL color Cylindrical-coordinate representation of color #12170C: hue angle of 87.27º degrees, saturation: 0.31, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #12170C is Cyan = 0.22, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.91.

Color convert

RGB 18 23 12 -
CMYK 0.22 0 0.48 0.91
HSL 87.27º 0.31% 0.07% -
HSV(B) 87.27º 0.48% 0.09% -
XYZ 0.62 0.77 0.46 -
YUV 20.25 123.34 126.39 -
System Red Green Blue C M Y K H S L
Decimal 18 23 12 0.22 0 0.48 0.91 87.27 0.31 0.07
Hex 12 17 C 16 0 30 5B 57 1F 7
Octal 22 27 14 26 0 60 133 127 37 7
Binary 10010 10111 1100 10110 0 110000 1011011 1010111 11111 111

Color Harmonies of #12170C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12170C

Black with #12170C

Text Example


Text Example

White with #12170C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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