Html Css Color HEX #083A20 British Racing Green

📋 copy color: '#083A20'

red 8 ◦ green 58 ◦ blue 32

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

Shades of British Racing Green #083A20

Tints of British Racing Green #083A20

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 value IS 0.86

 M value IS 0

 Y value IS 0.45

 K value IS 0.77

RGB Variations

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

Color information

#083A20 (or 0x083A20) is known color: 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

RGB 8 58 32 -
CMYK 0.86 0 0.45 0.77
HSL 148.8º 0.76% 0.13% -
HSV(B) 148.8º 0.86% 0.23% -
XYZ 1.87 3.18 1.88 -
YUV 40.09 123.44 105.11 -
System Red Green Blue C M Y K H S L
Decimal 8 58 32 0.86 0 0.45 0.77 148.8 0.76 0.13
Hex 8 3A 20 56 0 2D 4D 95 4C D
Octal 10 72 40 126 0 55 115 225 114 15
Binary 1000 111010 100000 1010110 0 101101 1001101 10010101 1001100 1101

Color Harmonies of #083A20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083A20

Black with #083A20

Text Example


Text Example

White with #083A20

Text Example


Text Example

HTML Codes & Css Web 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>