#18250D

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

Shades of Pine Tree #18250D

Tints of Pine Tree #18250D

Color information

#18250D (or 0x18250D) is unknown color: approx Pine Tree. HEX triplet: 18, 25 and 0D. RGB value is (24,37,13). Sum of RGB (Red+Green+Blue) = 24+37+13=74 (9% of max value = 765). Red value is 24 (9.77% from 255 or 32.43% from 74); Green value is 37 (14.84% from 255 or 50% from 74); Blue value is 13 (5.47% from 255 or 17.57% from 74); Max value from RGB is 37 - color contains mainly: green. Hex color #18250D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #18250D is #E7DAF2. Grayscale: #1E1E1E. Windows color (decimal): -15194867 or 861464. OLE color: 861464.

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

Color convert

RGB243713-
CMYK0.3500.650.85
HSL92.5º48%9.8%-
HSV(B)92.5º64.86%14.51%-
XYZ1.111.550.62-
YUV30.38118.19123.45-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 32.43%
GREEN value IS 37 (14.84% from 255) = 50%
BLUE value IS 13 (5.47% from 255) = 17.57%
R=32.43%
G=50%
B=17.57%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal2437130.3500.650.8592.5489.8
Hex1825D23041555c30a
Octal3045154301011251346012
Binary11000100101110110001101000001101010110111001100001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18250D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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