#182004

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

Shades of Pine Tree #182004

Tints of Pine Tree #182004

Color information

#182004 (or 0x182004) is unknown color: approx Pine Tree. HEX triplet: 18, 20 and 04. RGB value is (24,32,4). Sum of RGB (Red+Green+Blue) = 24+32+4=60 (7% of max value = 765). Red value is 24 (9.77% from 255 or 40% from 60); Green value is 32 (12.89% from 255 or 53.33% from 60); Blue value is 4 (1.95% from 255 or 6.67% from 60); Max value from RGB is 32 - color contains mainly: green. Hex color #182004 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #182004 is #E7DFFB. Grayscale: #1A1A1A. Windows color (decimal): -15196156 or 270360. OLE color: 270360.

HSL color Cylindrical-coordinate representation of color #182004: hue angle of 77.14º degrees, saturation: 0.78, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #182004 is Cyan = 0.25, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.87.

Color convert

RGB24324-
CMYK0.2500.870.87
HSL77.14º77.78%7.06%-
HSV(B)77.14º87.5%12.55%-
XYZ0.921.240.31-
YUV26.42115.35126.28-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 40%
GREEN value IS 32 (12.89% from 255) = 53.33%
BLUE value IS 4 (1.95% from 255) = 6.67%
R=40%
G=53.33%
B=6.67%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal243240.2500.870.8777.1477.787.06
Hex1820419057574d4e7
Octal304043101271271151167
Binary110001000001001100101010111101011110011011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #182004

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #182004; }

 p { color: rgb(24,32,4); }

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

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

 a { background-color: rgb(24,32,4); }

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

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

 span { border-color: rgb(24,32,4); }

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