Html Css Color HEX #071800 Pine Tree

📋 copy color: '#071800'

red 7 ◦ green 24 ◦ blue 0

#071800
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pine Tree #071800

Tints of Pine Tree #071800

RGB

 RED value IS 7 (3.13% 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 value IS 0.71

 M value IS 0

 Y value IS 1

 K value IS 0.91

RGB Variations

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

Color information

#071800 (or 0x071800) is known color: 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

RGB 7 24 0 -
CMYK 0.71 0 1 0.91
HSL 102.5º 1% 0.05% -
HSV(B) 102.5º 1% 0.09% -
XYZ 0.41 0.7 0.11 -
YUV 16.18 118.87 121.45 -
System Red Green Blue C M Y K H S L
Decimal 7 24 0 0.71 0 1 0.91 102.5 1 0.05
Hex 7 18 0 47 0 64 5B 66 64 5
Octal 7 30 0 107 0 144 133 146 144 5
Binary 111 11000 0 1000111 0 1100100 1011011 1100110 1100100 101

Color Harmonies of #071800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #071800

Black with #071800

Text Example


Text Example

White with #071800

Text Example


Text Example

HTML Codes & Css Web 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>