#182301

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

Shades of Pine Tree #182301

Tints of Pine Tree #182301

Color information

#182301 (or 0x182301) is unknown color: approx Pine Tree. HEX triplet: 18, 23 and 01. RGB value is (24,35,1). Sum of RGB (Red+Green+Blue) = 24+35+1=60 (7% of max value = 765). Red value is 24 (9.77% from 255 or 40% from 60); Green value is 35 (14.06% from 255 or 58.33% from 60); Blue value is 1 (0.78% from 255 or 1.67% from 60); Max value from RGB is 35 - color contains mainly: green. Hex color #182301 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #182301 is #E7DCFE. Grayscale: #1B1B1B. Windows color (decimal): -15195391 or 74520. OLE color: 74520.

HSL color Cylindrical-coordinate representation of color #182301: hue angle of 79.41º degrees, saturation: 0.94, 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 #182301 is Cyan = 0.31, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.86.

Color convert

RGB24351-
CMYK0.3100.970.86
HSL79.41º94.44%7.06%-
HSV(B)79.41º97.14%13.73%-
XYZ0.981.40.25-
YUV27.83112.86125.26-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 40%
GREEN value IS 35 (14.06% from 255) = 58.33%
BLUE value IS 1 (0.78% from 255) = 1.67%
R=40%
G=58.33%
B=1.67%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal243510.3100.970.8679.4194.447.06
Hex182311F061564f5e7
Octal304313701411261171367
Binary1100010001111111101100001101011010011111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #182301

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #182301; }

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

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

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

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

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

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

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

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