#071800

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

Shades of Pine Tree #071800

Tints of Pine Tree #071800

Color information

#071800 (or 0x071800) is unknown color: approx Pine Tree. HEX triplet: 07, 18 and 00. RGB value is (7,24,0). Sum of RGB (Red+Green+Blue) = 7+24+0=31 (4% of max value = 765). Red value is 7 (3.12% from 255 or 22.58% from 31); Green value is 24 (9.77% from 255 or 77.42% from 31); Blue value is 0 (0.39% from 255 or 0% from 31); Max value from RGB is 24 - color contains mainly: green. Hex color #071800 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #071800 is #F8E7FF. Grayscale: #101010. Windows color (decimal): -16312320 or 6151. OLE color: 6151.

HSL color Cylindrical-coordinate representation of color #071800: hue angle of 102.5º degrees, saturation: 1, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 1%. Process color model (Four color, CMYK) of #071800 is Cyan = 0.71, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.91.

Color convert

RGB7240-
CMYK0.71010.91
HSL102.5º100%4.71%-
HSV(B)102.5º100%9.41%-
XYZ0.410.70.11-
YUV16.18118.87121.45-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 22.58%
GREEN value IS 24 (9.77% from 255) = 77.42%
BLUE value IS 0 (0.39% from 255) = 0%
R=22.58%
G=77.42%
B=0%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal72400.71010.91102.51004.71
Hex7180470645B66645
Octal730010701441331461445
Binary111110000100011101100100101101111001101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #071800

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #071800; }

 p { color: rgb(7,24,0); }

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

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

 a { background-color: rgb(7,24,0); }

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

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

 span { border-color: rgb(7,24,0); }

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