#18250A

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

Shades of Pine Tree #18250A

Tints of Pine Tree #18250A

Color information

#18250A (or 0x18250A) is unknown color: approx Pine Tree. HEX triplet: 18, 25 and 0A. RGB value is (24,37,10). Sum of RGB (Red+Green+Blue) = 24+37+10=71 (9% of max value = 765). Red value is 24 (9.77% from 255 or 33.80% from 71); Green value is 37 (14.84% from 255 or 52.11% from 71); Blue value is 10 (4.30% from 255 or 14.08% from 71); Max value from RGB is 37 - color contains mainly: green. Hex color #18250A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #18250A is #E7DAF5. Grayscale: #1E1E1E. Windows color (decimal): -15194870 or 664856. OLE color: 664856.

HSL color Cylindrical-coordinate representation of color #18250A: hue angle of 88.89º degrees, saturation: 0.57, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #18250A is Cyan = 0.35, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.85.

Color convert

RGB243710-
CMYK0.3500.730.85
HSL88.89º57.45%9.22%-
HSV(B)88.89º72.97%14.51%-
XYZ1.091.540.53-
YUV30.03116.69123.7-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 33.80%
GREEN value IS 37 (14.84% from 255) = 52.11%
BLUE value IS 10 (4.30% from 255) = 14.08%
R=33.80%
G=52.11%
B=14.08%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal2437100.3500.730.8588.8957.459.22
Hex1825A230495559399
Octal3045124301111251317111
Binary11000100101101010001101001001101010110110011110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18250A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18250A; }

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

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

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

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

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

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

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

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