#18230E

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

Shades of Pine Tree #18230E

Tints of Pine Tree #18230E

Color information

#18230E (or 0x18230E) is unknown color: approx Pine Tree. HEX triplet: 18, 23 and 0E. RGB value is (24,35,14). Sum of RGB (Red+Green+Blue) = 24+35+14=73 (9% of max value = 765). Red value is 24 (9.77% from 255 or 32.88% from 73); Green value is 35 (14.06% from 255 or 47.95% from 73); Blue value is 14 (5.86% from 255 or 19.18% from 73); Max value from RGB is 35 - color contains mainly: green. Hex color #18230E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #18230E is #E7DCF1. Grayscale: #1D1D1D. Windows color (decimal): -15195378 or 926488. OLE color: 926488.

HSL color Cylindrical-coordinate representation of color #18230E: hue angle of 91.43º degrees, saturation: 0.43, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #18230E is Cyan = 0.31, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.86.

Color convert

RGB243514-
CMYK0.3100.600.86
HSL91.43º42.86%9.61%-
HSV(B)91.43º60%13.73%-
XYZ1.061.430.64-
YUV29.32119.36124.21-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 32.88%
GREEN value IS 35 (14.06% from 255) = 47.95%
BLUE value IS 14 (5.86% from 255) = 19.18%
R=32.88%
G=47.95%
B=19.18%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal2435140.3100.600.8691.4342.869.61
Hex1823E1F03C565b2ba
Octal304316370741261335312
Binary110001000111110111110111100101011010110111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18230E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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