#083A20

Color #083A20 British Racing Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of British Racing Green #083A20

Tints of British Racing Green #083A20

Color information

#083A20 (or 0x083A20) is unknown color: approx British Racing Green. HEX triplet: 08, 3A and 20. RGB value is (8,58,32). Sum of RGB (Red+Green+Blue) = 8+58+32=98 (12% of max value = 765). Red value is 8 (3.52% from 255 or 8.16% from 98); Green value is 58 (23.05% from 255 or 59.18% from 98); Blue value is 32 (12.89% from 255 or 32.65% from 98); Max value from RGB is 58 - color contains mainly: green. Hex color #083A20 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #083A20 is #F7C5DF. Grayscale: #282828. Windows color (decimal): -16238048 or 2112008. OLE color: 2112008.

HSL color Cylindrical-coordinate representation of color #083A20: hue angle of 148.8º 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 #083A20 is Cyan = 0.86, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.77.

Color convert

RGB85832-
CMYK0.8600.450.77
HSL148.8º75.76%12.94%-
HSV(B)148.8º86.21%22.75%-
XYZ1.873.181.88-
YUV40.09123.44105.11-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 8.16%
GREEN value IS 58 (23.05% from 255) = 59.18%
BLUE value IS 32 (12.89% from 255) = 32.65%
R=8.16%
G=59.18%
B=32.65%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal858320.8600.450.77148.875.7612.94
Hex83A205602D4D954cd
Octal10724012605511522511415
Binary10001110101000001010110010110110011011001010110011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #083A20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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