Html Css Color HEX #080B02 Pine Tree

📋 copy color: '#080B02'

red 8 ◦ green 11 ◦ blue 2

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

Shades of Pine Tree #080B02

Tints of Pine Tree #080B02

RGB

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

 GREEN value IS 11 (4.69% from 255) = 52.38%

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

R = 38.1%
G = 52.38%
B = 9.52%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.82

 K value IS 0.96

RGB Variations

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

Color information

#080B02 (or 0x080B02) is known color: Pine Tree. HEX triplet: 08, 0B and 02. RGB value is (8,11,2). Sum of RGB (Red+Green+Blue) = 8+11+2=21 (2% of max value = 765). Red value is 8 (3.52% from 255 or 38.10% from 21); Green value is 11 (4.69% from 255 or 52.38% from 21); Blue value is 2 (1.17% from 255 or 9.52% from 21); Max value from RGB is 11 - color contains mainly: green. Hex color #080B02 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #080B02 is #F7F4FD. Grayscale: #090909. Windows color (decimal): -16250110 or 133896. OLE color: 133896.

HSL color Cylindrical-coordinate representation of color #080B02: hue angle of 80º degrees, saturation: 0.69, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #080B02 is Cyan = 0.27, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.96.

Color convert

RGB 8 11 2 -
CMYK 0.27 0 0.82 0.96
HSL 80º 0.69% 0.03% -
HSV(B) 80º 0.82% 0.04% -
XYZ 0.23 0.3 0.1 -
YUV 9.08 124.01 127.23 -
System Red Green Blue C M Y K H S L
Decimal 8 11 2 0.27 0 0.82 0.96 80 0.69 0.03
Hex 8 B 2 1B 0 52 60 50 45 3
Octal 10 13 2 33 0 122 140 120 105 3
Binary 1000 1011 10 11011 0 1010010 1100000 1010000 1000101 11

Color Harmonies of #080B02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080B02

Black with #080B02

Text Example


Text Example

White with #080B02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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