#182601

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

Shades of Pine Tree #182601

Tints of Pine Tree #182601

Color information

#182601 (or 0x182601) is unknown color: approx Pine Tree. HEX triplet: 18, 26 and 01. RGB value is (24,38,1). Sum of RGB (Red+Green+Blue) = 24+38+1=63 (8% of max value = 765). Red value is 24 (9.77% from 255 or 38.10% from 63); Green value is 38 (15.23% from 255 or 60.32% from 63); Blue value is 1 (0.78% from 255 or 1.59% from 63); Max value from RGB is 38 - color contains mainly: green. Hex color #182601 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #182601 is #E7D9FE. Grayscale: #1D1D1D. Windows color (decimal): -15194623 or 75288. OLE color: 75288.

HSL color Cylindrical-coordinate representation of color #182601: hue angle of 82.7º degrees, saturation: 0.95, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #182601 is Cyan = 0.37, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.85.

Color convert

RGB24381-
CMYK0.3700.970.85
HSL82.7º94.87%7.65%-
HSV(B)82.7º97.37%14.9%-
XYZ1.081.580.28-
YUV29.6111.86124.01-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 38.10%
GREEN value IS 38 (15.23% from 255) = 60.32%
BLUE value IS 1 (0.78% from 255) = 1.59%
R=38.10%
G=60.32%
B=1.59%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal243810.3700.970.8582.794.877.65
Hex182612506155535f8
Octal3046145014112512313710
Binary110001001101100101011000011010101101001110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #182601

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #182601; }

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

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

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

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

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

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

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

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