Html Css Color HEX #080F02 Pine Tree

📋 copy color: '#080F02'

red 8 ◦ green 15 ◦ blue 2

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

Shades of Pine Tree #080F02

Tints of Pine Tree #080F02

RGB

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

 GREEN value IS 15 (6.25% from 255) = 60%

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

R = 32%
G = 60%
B = 8%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.87

 K value IS 0.94

RGB Variations

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

Color information

#080F02 (or 0x080F02) is known color: Pine Tree. HEX triplet: 08, 0F and 02. RGB value is (8,15,2). Sum of RGB (Red+Green+Blue) = 8+15+2=25 (3% of max value = 765). Red value is 8 (3.52% from 255 or 32% from 25); Green value is 15 (6.25% from 255 or 60% from 25); Blue value is 2 (1.17% from 255 or 8% from 25); Max value from RGB is 15 - color contains mainly: green. Hex color #080F02 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #080F02 is #F7F0FD. Grayscale: #0B0B0B. Windows color (decimal): -16249086 or 134920. OLE color: 134920.

HSL color Cylindrical-coordinate representation of color #080F02: hue angle of 92.31º degrees, saturation: 0.76, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #080F02 is Cyan = 0.47, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.94.

Color convert

RGB 8 15 2 -
CMYK 0.47 0 0.87 0.94
HSL 92.31º 0.76% 0.03% -
HSV(B) 92.31º 0.87% 0.06% -
XYZ 0.28 0.4 0.12 -
YUV 11.43 122.68 125.56 -
System Red Green Blue C M Y K H S L
Decimal 8 15 2 0.47 0 0.87 0.94 92.31 0.76 0.03
Hex 8 F 2 2F 0 57 5E 5C 4C 3
Octal 10 17 2 57 0 127 136 134 114 3
Binary 1000 1111 10 101111 0 1010111 1011110 1011100 1001100 11

Color Harmonies of #080F02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080F02

Black with #080F02

Text Example


Text Example

White with #080F02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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