#181F0F

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

Shades of Pine Tree #181F0F

Tints of Pine Tree #181F0F

Color information

#181F0F (or 0x181F0F) is unknown color: approx Pine Tree. HEX triplet: 18, 1F and 0F. RGB value is (24,31,15). Sum of RGB (Red+Green+Blue) = 24+31+15=70 (9% of max value = 765). Red value is 24 (9.77% from 255 or 34.29% from 70); Green value is 31 (12.5% from 255 or 44.29% from 70); Blue value is 15 (6.25% from 255 or 21.43% from 70); Max value from RGB is 31 - color contains mainly: green. Hex color #181F0F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #181F0F is #E7E0F0. Grayscale: #1B1B1B. Windows color (decimal): -15196401 or 991000. OLE color: 991000.

HSL color Cylindrical-coordinate representation of color #181F0F: hue angle of 86.25º degrees, saturation: 0.35, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #181F0F is Cyan = 0.23, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.88.

Color convert

RGB243115-
CMYK0.2300.520.88
HSL86.25º34.78%9.02%-
HSV(B)86.25º51.61%12.16%-
XYZ0.951.210.64-
YUV27.08121.18125.8-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 34.29%
GREEN value IS 31 (12.5% from 255) = 44.29%
BLUE value IS 15 (6.25% from 255) = 21.43%
R=34.29%
G=44.29%
B=21.43%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal2431150.2300.520.8886.2534.789.02
Hex181FF170345856239
Octal303717270641301264311
Binary11000111111111101110110100101100010101101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #181F0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #181F0F; }

 p { color: rgb(24,31,15); }

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

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

 a { background-color: rgb(24,31,15); }

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

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

 span { border-color: rgb(24,31,15); }

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