#182C0C

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

Shades of Pine Tree #182C0C

Tints of Pine Tree #182C0C

Color information

#182C0C (or 0x182C0C) is unknown color: approx Pine Tree. HEX triplet: 18, 2C and 0C. RGB value is (24,44,12). Sum of RGB (Red+Green+Blue) = 24+44+12=80 (10% of max value = 765). Red value is 24 (9.77% from 255 or 30% from 80); Green value is 44 (17.58% from 255 or 55% from 80); Blue value is 12 (5.08% from 255 or 15% from 80); Max value from RGB is 44 - color contains mainly: green. Hex color #182C0C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #182C0C is #E7D3F3. Grayscale: #222222. Windows color (decimal): -15193076 or 797720. OLE color: 797720.

HSL color Cylindrical-coordinate representation of color #182C0C: hue angle of 97.5º degrees, saturation: 0.57, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #182C0C is Cyan = 0.45, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.83.

Color convert

RGB244412-
CMYK0.4500.730.83
HSL97.5º57.14%10.98%-
HSV(B)97.5º72.73%17.25%-
XYZ1.342.020.67-
YUV34.37115.37120.6-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 30%
GREEN value IS 44 (17.58% from 255) = 55%
BLUE value IS 12 (5.08% from 255) = 15%
R=30%
G=55%
B=15%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal2444120.4500.730.8397.557.1410.98
Hex182CC2D049536239b
Octal3054145501111231427113
Binary11000101100110010110101001001101001111000101110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #182C0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #182C0C; }

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

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

<style>
 a { background-color: #182C0C; }

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

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

<style>
 span { border-color: #182C0C; }

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

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