#18280D

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

Shades of Pine Tree #18280D

Tints of Pine Tree #18280D

Color information

#18280D (or 0x18280D) is unknown color: approx Pine Tree. HEX triplet: 18, 28 and 0D. RGB value is (24,40,13). Sum of RGB (Red+Green+Blue) = 24+40+13=77 (10% of max value = 765). Red value is 24 (9.77% from 255 or 31.17% from 77); Green value is 40 (16.02% from 255 or 51.95% from 77); Blue value is 13 (5.47% from 255 or 16.88% from 77); Max value from RGB is 40 - color contains mainly: green. Hex color #18280D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #18280D is #E7D7F2. Grayscale: #202020. Windows color (decimal): -15194099 or 862232. OLE color: 862232.

HSL color Cylindrical-coordinate representation of color #18280D: hue angle of 95.56º degrees, saturation: 0.51, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #18280D is Cyan = 0.40, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.84.

Color convert

RGB244013-
CMYK0.4000.670.84
HSL95.56º50.94%10.39%-
HSV(B)95.56º67.5%15.69%-
XYZ1.211.740.65-
YUV32.14117.2122.2-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 31.17%
GREEN value IS 40 (16.02% from 255) = 51.95%
BLUE value IS 13 (5.47% from 255) = 16.88%
R=31.17%
G=51.95%
B=16.88%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal2440130.4000.670.8495.5650.9410.39
Hex1828D28043546033a
Octal3050155001031241406312
Binary11000101000110110100001000011101010011000001100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18280D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18280D; }

 p { color: rgb(24,40,13); }

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

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

 a { background-color: rgb(24,40,13); }

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

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

 span { border-color: rgb(24,40,13); }

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