Html Css Color HEX #083A1D British Racing Green

📋 copy color: '#083A1D'

red 8 ◦ green 58 ◦ blue 29

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

Shades of British Racing Green #083A1D

Tints of British Racing Green #083A1D

RGB

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

 GREEN value IS 58 (23.05% from 255) = 61.05%

 BLUE value IS 29 (11.72% from 255) = 30.53%

R = 8.42%
G = 61.05%
B = 30.53%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.5

 K value IS 0.77

RGB Variations

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

Color information

#083A1D (or 0x083A1D) is known color: British Racing Green. HEX triplet: 08, 3A and 1D. RGB value is (8,58,29). Sum of RGB (Red+Green+Blue) = 8+58+29=95 (12% of max value = 765). Red value is 8 (3.52% from 255 or 8.42% from 95); Green value is 58 (23.05% from 255 or 61.05% from 95); Blue value is 29 (11.72% from 255 or 30.53% from 95); Max value from RGB is 58 - color contains mainly: green. Hex color #083A1D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #083A1D is #F7C5E2. Grayscale: #272727. Windows color (decimal): -16238051 or 1915400. OLE color: 1915400.

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

Color convert

RGB 8 58 29 -
CMYK 0.86 0 0.5 0.77
HSL 145.2º 0.76% 0.13% -
HSV(B) 145.2º 0.86% 0.23% -
XYZ 1.83 3.17 1.68 -
YUV 39.74 121.94 105.36 -
System Red Green Blue C M Y K H S L
Decimal 8 58 29 0.86 0 0.5 0.77 145.2 0.76 0.13
Hex 8 3A 1D 56 0 32 4D 91 4C D
Octal 10 72 35 126 0 62 115 221 114 15
Binary 1000 111010 11101 1010110 0 110010 1001101 10010001 1001100 1101

Color Harmonies of #083A1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083A1D

Black with #083A1D

Text Example


Text Example

White with #083A1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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