#182401

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

Shades of Pine Tree #182401

Tints of Pine Tree #182401

Color information

#182401 (or 0x182401) is unknown color: approx Pine Tree. HEX triplet: 18, 24 and 01. RGB value is (24,36,1). Sum of RGB (Red+Green+Blue) = 24+36+1=61 (8% of max value = 765). Red value is 24 (9.77% from 255 or 39.34% from 61); Green value is 36 (14.45% from 255 or 59.02% from 61); Blue value is 1 (0.78% from 255 or 1.64% from 61); Max value from RGB is 36 - color contains mainly: green. Hex color #182401 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #182401 is #E7DBFE. Grayscale: #1C1C1C. Windows color (decimal): -15195135 or 74776. OLE color: 74776.

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

Color convert

RGB24361-
CMYK0.3300.970.86
HSL80.57º94.59%7.25%-
HSV(B)80.57º97.22%14.12%-
XYZ1.011.460.26-
YUV28.42112.52124.85-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 39.34%
GREEN value IS 36 (14.45% from 255) = 59.02%
BLUE value IS 1 (0.78% from 255) = 1.64%
R=39.34%
G=59.02%
B=1.64%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal243610.3300.970.8680.5794.597.25
Hex182412106156515f7
Octal304414101411261211377
Binary11000100100110000101100001101011010100011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #182401

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #182401; }

 p { color: rgb(24,36,1); }

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

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

 a { background-color: rgb(24,36,1); }

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

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

 span { border-color: rgb(24,36,1); }

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