#18230C

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

Shades of Pine Tree #18230C

Tints of Pine Tree #18230C

Color information

#18230C (or 0x18230C) is unknown color: approx Pine Tree. HEX triplet: 18, 23 and 0C. RGB value is (24,35,12). Sum of RGB (Red+Green+Blue) = 24+35+12=71 (9% of max value = 765). Red value is 24 (9.77% from 255 or 33.80% from 71); Green value is 35 (14.06% from 255 or 49.30% from 71); Blue value is 12 (5.08% from 255 or 16.90% from 71); Max value from RGB is 35 - color contains mainly: green. Hex color #18230C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #18230C is #E7DCF3. Grayscale: #1D1D1D. Windows color (decimal): -15195380 or 795416. OLE color: 795416.

HSL color Cylindrical-coordinate representation of color #18230C: hue angle of 88.7º degrees, saturation: 0.49, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #18230C is Cyan = 0.31, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.86.

Color convert

RGB243512-
CMYK0.3100.660.86
HSL88.7º48.94%9.22%-
HSV(B)88.7º65.71%13.73%-
XYZ1.041.420.57-
YUV29.09118.36124.37-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 33.80%
GREEN value IS 35 (14.06% from 255) = 49.30%
BLUE value IS 12 (5.08% from 255) = 16.90%
R=33.80%
G=49.30%
B=16.90%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal2435120.3100.660.8688.748.949.22
Hex1823C1F0425659319
Octal3043143701021261316111
Binary1100010001111001111101000010101011010110011100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18230C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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