Html Css Color HEX #081204 Pine Tree

📋 copy color: '#081204'

red 8 ◦ green 18 ◦ blue 4

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

Shades of Pine Tree #081204

Tints of Pine Tree #081204

RGB

 RED value IS 8 (3.52% from 255) = 26.67%

 GREEN value IS 18 (7.42% from 255) = 60%

 BLUE value IS 4 (1.95% from 255) = 13.33%

R = 26.67%
G = 60%
B = 13.33%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.78

 K value IS 0.93

RGB Variations

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

Color information

#081204 (or 0x081204) is known color: Pine Tree. HEX triplet: 08, 12 and 04. RGB value is (8,18,4). Sum of RGB (Red+Green+Blue) = 8+18+4=30 (3% of max value = 765). Red value is 8 (3.52% from 255 or 26.67% from 30); Green value is 18 (7.42% from 255 or 60% from 30); Blue value is 4 (1.95% from 255 or 13.33% from 30); Max value from RGB is 18 - color contains mainly: green. Hex color #081204 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #081204 is #F7EDFB. Grayscale: #0D0D0D. Windows color (decimal): -16248316 or 266760. OLE color: 266760.

HSL color Cylindrical-coordinate representation of color #081204: hue angle of 102.86º degrees, saturation: 0.64, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #081204 is Cyan = 0.56, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.93.

Color convert

RGB 8 18 4 -
CMYK 0.56 0 0.78 0.93
HSL 102.86º 0.64% 0.04% -
HSV(B) 102.86º 0.78% 0.07% -
XYZ 0.34 0.49 0.19 -
YUV 13.41 122.69 124.14 -
System Red Green Blue C M Y K H S L
Decimal 8 18 4 0.56 0 0.78 0.93 102.86 0.64 0.04
Hex 8 12 4 38 0 4E 5D 67 40 4
Octal 10 22 4 70 0 116 135 147 100 4
Binary 1000 10010 100 111000 0 1001110 1011101 1100111 1000000 100

Color Harmonies of #081204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #081204

Black with #081204

Text Example


Text Example

White with #081204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #081204; }

 p { color: rgb(8,18,4); }

 H1.HeaderClassName
 {
   color: #081204;
 }
 .AnyTagClassName
 {
   color: #081204;
 }
</style>

background-color css

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

 a { background-color: rgb(8,18,4); }

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

border-color css

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

 span { border-color: rgb(8,18,4); }

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