Html Css Color HEX #080C03 Pine Tree

📋 copy color: '#080C03'

red 8 ◦ green 12 ◦ blue 3

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

Shades of Pine Tree #080C03

Tints of Pine Tree #080C03

RGB

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

 GREEN value IS 12 (5.08% from 255) = 52.17%

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

R = 34.78%
G = 52.17%
B = 13.04%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.75

 K value IS 0.95

RGB Variations

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

Color information

#080C03 (or 0x080C03) is known color: Pine Tree. HEX triplet: 08, 0C and 03. RGB value is (8,12,3). Sum of RGB (Red+Green+Blue) = 8+12+3=23 (3% of max value = 765). Red value is 8 (3.52% from 255 or 34.78% from 23); Green value is 12 (5.08% from 255 or 52.17% from 23); Blue value is 3 (1.56% from 255 or 13.04% from 23); Max value from RGB is 12 - color contains mainly: green. Hex color #080C03 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #080C03 is #F7F3FC. Grayscale: #090909. Windows color (decimal): -16249853 or 199688. OLE color: 199688.

HSL color Cylindrical-coordinate representation of color #080C03: hue angle of 86.67º degrees, saturation: 0.6, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #080C03 is Cyan = 0.33, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.95.

Color convert

RGB 8 12 3 -
CMYK 0.33 0 0.75 0.95
HSL 86.67º 0.6% 0.03% -
HSV(B) 86.67º 0.75% 0.05% -
XYZ 0.25 0.32 0.14 -
YUV 9.78 124.17 126.73 -
System Red Green Blue C M Y K H S L
Decimal 8 12 3 0.33 0 0.75 0.95 86.67 0.6 0.03
Hex 8 C 3 21 0 4B 5F 57 3C 3
Octal 10 14 3 41 0 113 137 127 74 3
Binary 1000 1100 11 100001 0 1001011 1011111 1010111 111100 11

Color Harmonies of #080C03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080C03

Black with #080C03

Text Example


Text Example

White with #080C03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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