#181C12

Color #181C12 Pine Tree (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pine Tree #181C12

Tints of Pine Tree #181C12

Color information

#181C12 (or 0x181C12) is unknown color: approx Pine Tree. HEX triplet: 18, 1C and 12. RGB value is (24,28,18). Sum of RGB (Red+Green+Blue) = 24+28+18=70 (9% of max value = 765). Red value is 24 (9.77% from 255 or 34.29% from 70); Green value is 28 (11.33% from 255 or 40% from 70); Blue value is 18 (7.42% from 255 or 25.71% from 70); Max value from RGB is 28 - color contains mainly: green. Hex color #181C12 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #181C12 is #E7E3ED. Grayscale: #191919. Windows color (decimal): -15197166 or 1186840. OLE color: 1186840.

HSL color Cylindrical-coordinate representation of color #181C12: hue angle of 84º degrees, saturation: 0.22, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #181C12 is Cyan = 0.14, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.89.

Color convert

RGB242818-
CMYK0.1400.360.89
HSL84º21.74%9.02%-
HSV(B)84º35.71%10.98%-
XYZ0.91.070.73-
YUV25.66123.67126.81-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 34.29%
GREEN value IS 28 (11.33% from 255) = 40%
BLUE value IS 18 (7.42% from 255) = 25.71%
R=34.29%
G=40%
B=25.71%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2428180.1400.360.898421.749.02
Hex181C12E0245954169
Octal303422160441311242611
Binary1100011100100101110010010010110011010100101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #181C12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #181C12; }

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

 H1.HeaderClassName
 {
   color: #181C12;
 }
 .AnyTagClassName
 {
   color: #181C12;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #181C12;
 }
 .BgClassName
 {
   background-color: #181C12;
 }
</style>
border-color css

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

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

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