#18250E

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

Shades of Pine Tree #18250E

Tints of Pine Tree #18250E

Color information

#18250E (or 0x18250E) is unknown color: approx Pine Tree. HEX triplet: 18, 25 and 0E. RGB value is (24,37,14). Sum of RGB (Red+Green+Blue) = 24+37+14=75 (9% of max value = 765). Red value is 24 (9.77% from 255 or 32% from 75); Green value is 37 (14.84% from 255 or 49.33% from 75); Blue value is 14 (5.86% from 255 or 18.67% from 75); Max value from RGB is 37 - color contains mainly: green. Hex color #18250E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #18250E is #E7DAF1. Grayscale: #1E1E1E. Windows color (decimal): -15194866 or 927000. OLE color: 927000.

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

Color convert

RGB243714-
CMYK0.3500.620.85
HSL93.91º45.1%10%-
HSV(B)93.91º62.16%14.51%-
XYZ1.121.550.66-
YUV30.49118.69123.37-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 32%
GREEN value IS 37 (14.84% from 255) = 49.33%
BLUE value IS 14 (5.86% from 255) = 18.67%
R=32%
G=49.33%
B=18.67%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal2437140.3500.620.8593.9145.110
Hex1825E2303E555e2da
Octal304516430761251365512
Binary1100010010111101000110111110101010110111101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18250E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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