#181F06

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

Shades of Pine Tree #181F06

Tints of Pine Tree #181F06

Color information

#181F06 (or 0x181F06) is unknown color: approx Pine Tree. HEX triplet: 18, 1F and 06. RGB value is (24,31,6). Sum of RGB (Red+Green+Blue) = 24+31+6=61 (8% of max value = 765). Red value is 24 (9.77% from 255 or 39.34% from 61); Green value is 31 (12.5% from 255 or 50.82% from 61); Blue value is 6 (2.73% from 255 or 9.84% from 61); Max value from RGB is 31 - color contains mainly: green. Hex color #181F06 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #181F06 is #E7E0F9. Grayscale: #1A1A1A. Windows color (decimal): -15196410 or 401176. OLE color: 401176.

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

Color convert

RGB24316-
CMYK0.2300.810.88
HSL76.8º67.57%7.25%-
HSV(B)76.8º80.65%12.16%-
XYZ0.91.190.35-
YUV26.06116.68126.53-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 39.34%
GREEN value IS 31 (12.5% from 255) = 50.82%
BLUE value IS 6 (2.73% from 255) = 9.84%
R=39.34%
G=50.82%
B=9.84%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal243160.2300.810.8876.867.577.25
Hex181F617051584d447
Octal303762701211301151047
Binary11000111111101011101010001101100010011011000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #181F06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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