#083A15

Color #083A15 Deep Fir (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Fir #083A15

Tints of Deep Fir #083A15

Color information

#083A15 (or 0x083A15) is unknown color: approx Deep Fir. HEX triplet: 08, 3A and 15. RGB value is (8,58,21). Sum of RGB (Red+Green+Blue) = 8+58+21=87 (11% of max value = 765). Red value is 8 (3.52% from 255 or 9.20% from 87); Green value is 58 (23.05% from 255 or 66.67% from 87); Blue value is 21 (8.59% from 255 or 24.14% from 87); Max value from RGB is 58 - color contains mainly: green. Hex color #083A15 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #083A15 is #F7C5EA. Grayscale: #262626. Windows color (decimal): -16238059 or 1391112. OLE color: 1391112.

HSL color Cylindrical-coordinate representation of color #083A15: hue angle of 135.6º degrees, saturation: 0.76, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #083A15 is Cyan = 0.86, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.77.

Color convert

RGB85821-
CMYK0.8600.640.77
HSL135.6º75.76%12.94%-
HSV(B)135.6º86.21%22.75%-
XYZ1.753.131.22-
YUV38.83117.94106.01-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 9.20%
GREEN value IS 58 (23.05% from 255) = 66.67%
BLUE value IS 21 (8.59% from 255) = 24.14%
R=9.20%
G=66.67%
B=24.14%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal858210.8600.640.77135.675.7612.94
Hex83A15560404D884cd
Octal107225126010011521011415
Binary10001110101010110101100100000010011011000100010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #083A15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #083A15; }

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

 H1.HeaderClassName
 {
   color: #083A15;
 }
 .AnyTagClassName
 {
   color: #083A15;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #083A15;
 }
 .BgClassName
 {
   background-color: #083A15;
 }
</style>
border-color css

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

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

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