Html Css Color HEX #083F1F British Racing Green

📋 copy color: '#083F1F'

red 8 ◦ green 63 ◦ blue 31

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

Shades of British Racing Green #083F1F

Tints of British Racing Green #083F1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 30.39%

R = 7.84%
G = 61.76%
B = 30.39%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.51

 K value IS 0.75

RGB Variations

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

Color information

#083F1F (or 0x083F1F) is known color: British Racing Green. HEX triplet: 08, 3F and 1F. RGB value is (8,63,31). Sum of RGB (Red+Green+Blue) = 8+63+31=102 (13% of max value = 765). Red value is 8 (3.52% from 255 or 7.84% from 102); Green value is 63 (25% from 255 or 61.76% from 102); Blue value is 31 (12.5% from 255 or 30.39% from 102); Max value from RGB is 63 - color contains mainly: green. Hex color #083F1F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #083F1F is #F7C0E0. Grayscale: #2A2A2A. Windows color (decimal): -16236769 or 2047752. OLE color: 2047752.

HSL color Cylindrical-coordinate representation of color #083F1F: hue angle of 145.09º 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 #083F1F is Cyan = 0.87, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.75.

Color convert

RGB 8 63 31 -
CMYK 0.87 0 0.51 0.75
HSL 145.09º 0.77% 0.14% -
HSV(B) 145.09º 0.87% 0.25% -
XYZ 2.12 3.71 1.9 -
YUV 42.91 121.28 103.1 -
System Red Green Blue C M Y K H S L
Decimal 8 63 31 0.87 0 0.51 0.75 145.09 0.77 0.14
Hex 8 3F 1F 57 0 33 4B 91 4D E
Octal 10 77 37 127 0 63 113 221 115 16
Binary 1000 111111 11111 1010111 0 110011 1001011 10010001 1001101 1110

Color Harmonies of #083F1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083F1F

Black with #083F1F

Text Example


Text Example

White with #083F1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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