#182005

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

Shades of Pine Tree #182005

Tints of Pine Tree #182005

Color information

#182005 (or 0x182005) is unknown color: approx Pine Tree. HEX triplet: 18, 20 and 05. RGB value is (24,32,5). Sum of RGB (Red+Green+Blue) = 24+32+5=61 (8% of max value = 765). Red value is 24 (9.77% from 255 or 39.34% from 61); Green value is 32 (12.89% from 255 or 52.46% from 61); Blue value is 5 (2.34% from 255 or 8.20% from 61); Max value from RGB is 32 - color contains mainly: green. Hex color #182005 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #182005 is #E7DFFA. Grayscale: #1A1A1A. Windows color (decimal): -15196155 or 335896. OLE color: 335896.

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

Color convert

RGB24325-
CMYK0.2500.840.87
HSL77.78º72.97%7.25%-
HSV(B)77.78º84.38%12.55%-
XYZ0.921.240.33-
YUV26.53115.85126.2-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 39.34%
GREEN value IS 32 (12.89% from 255) = 52.46%
BLUE value IS 5 (2.34% from 255) = 8.20%
R=39.34%
G=52.46%
B=8.20%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal243250.2500.840.8777.7872.977.25
Hex1820519054574e497
Octal304053101241271161117
Binary110001000001011100101010100101011110011101001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #182005

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #182005; }

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

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

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

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

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

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

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

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