Html Css Color HEX #081502 Pine Tree

📋 copy color: '#081502'

red 8 ◦ green 21 ◦ blue 2

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

Shades of Pine Tree #081502

Tints of Pine Tree #081502

RGB

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

 GREEN value IS 21 (8.59% from 255) = 67.74%

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

R = 25.81%
G = 67.74%
B = 6.45%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.90

 K value IS 0.92

RGB Variations

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

Color information

#081502 (or 0x081502) is known color: Pine Tree. HEX triplet: 08, 15 and 02. RGB value is (8,21,2). Sum of RGB (Red+Green+Blue) = 8+21+2=31 (4% of max value = 765). Red value is 8 (3.52% from 255 or 25.81% from 31); Green value is 21 (8.59% from 255 or 67.74% from 31); Blue value is 2 (1.17% from 255 or 6.45% from 31); Max value from RGB is 21 - color contains mainly: green. Hex color #081502 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #081502 is #F7EAFD. Grayscale: #0F0F0F. Windows color (decimal): -16247550 or 136456. OLE color: 136456.

HSL color Cylindrical-coordinate representation of color #081502: hue angle of 101.05º degrees, saturation: 0.83, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #081502 is Cyan = 0.62, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.92.

Color convert

RGB 8 21 2 -
CMYK 0.62 0 0.90 0.92
HSL 101.05º 0.83% 0.05% -
HSV(B) 101.05º 0.9% 0.08% -
XYZ 0.38 0.59 0.15 -
YUV 14.95 120.69 123.04 -
System Red Green Blue C M Y K H S L
Decimal 8 21 2 0.62 0 0.90 0.92 101.05 0.83 0.05
Hex 8 15 2 3E 0 5A 5C 65 53 5
Octal 10 25 2 76 0 132 134 145 123 5
Binary 1000 10101 10 111110 0 1011010 1011100 1100101 1010011 101

Color Harmonies of #081502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #081502

Black with #081502

Text Example


Text Example

White with #081502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #081502; }

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

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

background-color css

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

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

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

border-color css

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

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

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