#083B1D

Color #083B1D British Racing Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of British Racing Green #083B1D

Tints of British Racing Green #083B1D

Color information

#083B1D (or 0x083B1D) is unknown color: approx British Racing Green. HEX triplet: 08, 3B and 1D. RGB value is (8,59,29). Sum of RGB (Red+Green+Blue) = 8+59+29=96 (12% of max value = 765). Red value is 8 (3.52% from 255 or 8.33% from 96); Green value is 59 (23.44% from 255 or 61.46% from 96); Blue value is 29 (11.72% from 255 or 30.21% from 96); Max value from RGB is 59 - color contains mainly: green. Hex color #083B1D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #083B1D is #F7C4E2. Grayscale: #282828. Windows color (decimal): -16237795 or 1915656. OLE color: 1915656.

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

Color convert

RGB85929-
CMYK0.8600.510.77
HSL144.71º76.12%13.14%-
HSV(B)144.71º86.44%23.14%-
XYZ1.893.271.69-
YUV40.33121.6104.94-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 8.33%
GREEN value IS 59 (23.44% from 255) = 61.46%
BLUE value IS 29 (11.72% from 255) = 30.21%
R=8.33%
G=61.46%
B=30.21%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal859290.8600.510.77144.7176.1213.14
Hex83B1D560334D914cd
Octal10733512606311522111415
Binary1000111011111011010110011001110011011001000110011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #083B1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #083B1D;
 }
 .AnyTagClassName
 {
   color: #083B1D;
 }
</style>
background-color css

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

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

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

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

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

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