Html Css Color HEX #080A03 Pine Tree

📋 copy color: '#080A03'

red 8 ◦ green 10 ◦ blue 3

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

Shades of Pine Tree #080A03

Tints of Pine Tree #080A03

RGB

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

 GREEN value IS 10 (4.3% from 255) = 47.62%

 BLUE value IS 3 (1.56% from 255) = 14.29%

R = 38.1%
G = 47.62%
B = 14.29%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.70

 K value IS 0.96

RGB Variations

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

Color information

#080A03 (or 0x080A03) is known color: Pine Tree. HEX triplet: 08, 0A and 03. RGB value is (8,10,3). Sum of RGB (Red+Green+Blue) = 8+10+3=21 (2% of max value = 765). Red value is 8 (3.52% from 255 or 38.10% from 21); Green value is 10 (4.30% from 255 or 47.62% from 21); Blue value is 3 (1.56% from 255 or 14.29% from 21); Max value from RGB is 10 - color contains mainly: green. Hex color #080A03 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #080A03 is #F7F5FC. Grayscale: #080808. Windows color (decimal): -16250365 or 199176. OLE color: 199176.

HSL color Cylindrical-coordinate representation of color #080A03: hue angle of 77.14º degrees, saturation: 0.54, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #080A03 is Cyan = 0.2, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.96.

Color convert

RGB 8 10 3 -
CMYK 0.2 0 0.70 0.96
HSL 77.14º 0.54% 0.03% -
HSV(B) 77.14º 0.7% 0.04% -
XYZ 0.23 0.28 0.13 -
YUV 8.6 124.84 127.57 -
System Red Green Blue C M Y K H S L
Decimal 8 10 3 0.2 0 0.70 0.96 77.14 0.54 0.03
Hex 8 A 3 14 0 46 60 4D 36 3
Octal 10 12 3 24 0 106 140 115 66 3
Binary 1000 1010 11 10100 0 1000110 1100000 1001101 110110 11

Color Harmonies of #080A03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080A03

Black with #080A03

Text Example


Text Example

White with #080A03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #080A03; }

 p { color: rgb(8,10,3); }

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

background-color css

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

 a { background-color: rgb(8,10,3); }

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

border-color css

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

 span { border-color: rgb(8,10,3); }

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