#182505

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

Shades of Pine Tree #182505

Tints of Pine Tree #182505

Color information

#182505 (or 0x182505) is unknown color: approx Pine Tree. HEX triplet: 18, 25 and 05. RGB value is (24,37,5). Sum of RGB (Red+Green+Blue) = 24+37+5=66 (8% of max value = 765). Red value is 24 (9.77% from 255 or 36.36% from 66); Green value is 37 (14.84% from 255 or 56.06% from 66); Blue value is 5 (2.34% from 255 or 7.58% from 66); Max value from RGB is 37 - color contains mainly: green. Hex color #182505 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #182505 is #E7DAFA. Grayscale: #1D1D1D. Windows color (decimal): -15194875 or 337176. OLE color: 337176.

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

Color convert

RGB24375-
CMYK0.3500.860.85
HSL84.38º76.19%8.24%-
HSV(B)84.38º86.49%14.51%-
XYZ1.071.530.38-
YUV29.46114.19124.1-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 36.36%
GREEN value IS 37 (14.84% from 255) = 56.06%
BLUE value IS 5 (2.34% from 255) = 7.58%
R=36.36%
G=56.06%
B=7.58%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal243750.3500.860.8584.3876.198.24
Hex182552305655544c8
Octal3045543012612512411410
Binary11000100101101100011010101101010101101010010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #182505

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #182505; }

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

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

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

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

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

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

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

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