#08391F

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

Shades of British Racing Green #08391F

Tints of British Racing Green #08391F

Color information

#08391F (or 0x08391F) is unknown color: approx British Racing Green. HEX triplet: 08, 39 and 1F. RGB value is (8,57,31). Sum of RGB (Red+Green+Blue) = 8+57+31=96 (12% of max value = 765). Red value is 8 (3.52% from 255 or 8.33% from 96); Green value is 57 (22.66% from 255 or 59.38% from 96); Blue value is 31 (12.5% from 255 or 32.29% from 96); Max value from RGB is 57 - color contains mainly: green. Hex color #08391F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08391F is #F7C6E0. Grayscale: #272727. Windows color (decimal): -16238305 or 2046216. OLE color: 2046216.

HSL color Cylindrical-coordinate representation of color #08391F: hue angle of 148.16º degrees, saturation: 0.75, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #08391F is Cyan = 0.86, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.78.

Color convert

RGB85731-
CMYK0.8600.460.78
HSL148.16º75.38%12.75%-
HSV(B)148.16º85.96%22.35%-
XYZ1.813.081.79-
YUV39.38123.27105.61-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 8.33%
GREEN value IS 57 (22.66% from 255) = 59.38%
BLUE value IS 31 (12.5% from 255) = 32.29%
R=8.33%
G=59.38%
B=32.29%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal857310.8600.460.78148.1675.3812.75
Hex8391F5602E4E944bd
Octal10713712605611622411315
Binary1000111001111111010110010111010011101001010010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08391F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08391F; }

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

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

<style>
 a { background-color: #08391F; }

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

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

<style>
 span { border-color: #08391F; }

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

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