Html Css Color HEX #083F20 British Racing Green

📋 copy color: '#083F20'

red 8 ◦ green 63 ◦ blue 32

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

Shades of British Racing Green #083F20

Tints of British Racing Green #083F20

RGB

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

 GREEN value IS 63 (25% from 255) = 61.17%

 BLUE value IS 32 (12.89% from 255) = 31.07%

R = 7.77%
G = 61.17%
B = 31.07%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.49

 K value IS 0.75

RGB Variations

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

Color information

#083F20 (or 0x083F20) is known color: British Racing Green. HEX triplet: 08, 3F and 20. RGB value is (8,63,32). Sum of RGB (Red+Green+Blue) = 8+63+32=103 (13% of max value = 765). Red value is 8 (3.52% from 255 or 7.77% from 103); Green value is 63 (25% from 255 or 61.17% from 103); Blue value is 32 (12.89% from 255 or 31.07% from 103); Max value from RGB is 63 - color contains mainly: green. Hex color #083F20 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #083F20 is #F7C0DF. Grayscale: #2B2B2B. Windows color (decimal): -16236768 or 2113288. OLE color: 2113288.

HSL color Cylindrical-coordinate representation of color #083F20: hue angle of 146.18º degrees, saturation: 0.77, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #083F20 is Cyan = 0.87, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.75.

Color convert

RGB 8 63 32 -
CMYK 0.87 0 0.49 0.75
HSL 146.18º 0.77% 0.14% -
HSV(B) 146.18º 0.87% 0.25% -
XYZ 2.14 3.71 1.97 -
YUV 43.02 121.78 103.02 -
System Red Green Blue C M Y K H S L
Decimal 8 63 32 0.87 0 0.49 0.75 146.18 0.77 0.14
Hex 8 3F 20 57 0 31 4B 92 4D E
Octal 10 77 40 127 0 61 113 222 115 16
Binary 1000 111111 100000 1010111 0 110001 1001011 10010010 1001101 1110

Color Harmonies of #083F20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083F20

Black with #083F20

Text Example


Text Example

White with #083F20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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