Html Css Color HEX #083A1E British Racing Green

📋 copy color: '#083A1E'

red 8 ◦ green 58 ◦ blue 30

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

Shades of British Racing Green #083A1E

Tints of British Racing Green #083A1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 31.25%

R = 8.33%
G = 60.42%
B = 31.25%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.48

 K value IS 0.77

RGB Variations

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

Color information

#083A1E (or 0x083A1E) is known color: British Racing Green. HEX triplet: 08, 3A and 1E. RGB value is (8,58,30). Sum of RGB (Red+Green+Blue) = 8+58+30=96 (12% of max value = 765). Red value is 8 (3.52% from 255 or 8.33% from 96); Green value is 58 (23.05% from 255 or 60.42% from 96); Blue value is 30 (12.11% from 255 or 31.25% from 96); Max value from RGB is 58 - color contains mainly: green. Hex color #083A1E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #083A1E is #F7C5E1. Grayscale: #272727. Windows color (decimal): -16238050 or 1980936. OLE color: 1980936.

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

Color convert

RGB 8 58 30 -
CMYK 0.86 0 0.48 0.77
HSL 146.4º 0.76% 0.13% -
HSV(B) 146.4º 0.86% 0.23% -
XYZ 1.85 3.17 1.74 -
YUV 39.86 122.44 105.28 -
System Red Green Blue C M Y K H S L
Decimal 8 58 30 0.86 0 0.48 0.77 146.4 0.76 0.13
Hex 8 3A 1E 56 0 30 4D 92 4C D
Octal 10 72 36 126 0 60 115 222 114 15
Binary 1000 111010 11110 1010110 0 110000 1001101 10010010 1001100 1101

Color Harmonies of #083A1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083A1E

Black with #083A1E

Text Example


Text Example

White with #083A1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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