#182300

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

Shades of Pine Tree #182300

Tints of Pine Tree #182300

Color information

#182300 (or 0x182300) is unknown color: approx Pine Tree. HEX triplet: 18, 23 and 00. RGB value is (24,35,0). Sum of RGB (Red+Green+Blue) = 24+35+0=59 (7% of max value = 765). Red value is 24 (9.77% from 255 or 40.68% from 59); Green value is 35 (14.06% from 255 or 59.32% from 59); Blue value is 0 (0.39% from 255 or 0% from 59); Max value from RGB is 35 - color contains mainly: green. Hex color #182300 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #182300 is #E7DCFF. Grayscale: #1B1B1B. Windows color (decimal): -15195392 or 8984. OLE color: 8984.

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

Color convert

RGB24350-
CMYK0.31010.86
HSL78.86º100%6.86%-
HSV(B)78.86º100%13.73%-
XYZ0.981.40.22-
YUV27.72112.36125.35-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 40.68%
GREEN value IS 35 (14.06% from 255) = 59.32%
BLUE value IS 0 (0.39% from 255) = 0%
R=40.68%
G=59.32%
B=0%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal243500.31010.8678.861006.86
Hex182301F064564f647
Octal304303701441261171447
Binary1100010001101111101100100101011010011111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #182300

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #182300; }

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

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

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

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

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

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

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

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