Html Css Color HEX #080C02 Pine Tree

📋 copy color: '#080C02'

red 8 ◦ green 12 ◦ blue 2

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

Shades of Pine Tree #080C02

Tints of Pine Tree #080C02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 9.09%

R = 36.36%
G = 54.55%
B = 9.09%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.83

 K value IS 0.95

RGB Variations

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

Color information

#080C02 (or 0x080C02) is known color: Pine Tree. HEX triplet: 08, 0C and 02. RGB value is (8,12,2). Sum of RGB (Red+Green+Blue) = 8+12+2=22 (2% of max value = 765). Red value is 8 (3.52% from 255 or 36.36% from 22); Green value is 12 (5.08% from 255 or 54.55% from 22); Blue value is 2 (1.17% from 255 or 9.09% from 22); Max value from RGB is 12 - color contains mainly: green. Hex color #080C02 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #080C02 is #F7F3FD. Grayscale: #090909. Windows color (decimal): -16249854 or 134152. OLE color: 134152.

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

Color convert

RGB 8 12 2 -
CMYK 0.33 0 0.83 0.95
HSL 84º 0.71% 0.03% -
HSV(B) 84º 0.83% 0.05% -
XYZ 0.24 0.32 0.11 -
YUV 9.66 123.67 126.81 -
System Red Green Blue C M Y K H S L
Decimal 8 12 2 0.33 0 0.83 0.95 84 0.71 0.03
Hex 8 C 2 21 0 53 5F 54 47 3
Octal 10 14 2 41 0 123 137 124 107 3
Binary 1000 1100 10 100001 0 1010011 1011111 1010100 1000111 11

Color Harmonies of #080C02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080C02

Black with #080C02

Text Example


Text Example

White with #080C02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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