#08461F

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

Shades of British Racing Green #08461F

Tints of British Racing Green #08461F

Color information

#08461F (or 0x08461F) is unknown color: approx British Racing Green. HEX triplet: 08, 46 and 1F. RGB value is (8,70,31). Sum of RGB (Red+Green+Blue) = 8+70+31=109 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.34% from 109); Green value is 70 (27.73% from 255 or 64.22% from 109); Blue value is 31 (12.5% from 255 or 28.44% from 109); Max value from RGB is 70 - color contains mainly: green. Hex color #08461F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08461F is #F7B9E0. Grayscale: #2F2F2F. Windows color (decimal): -16234977 or 2049544. OLE color: 2049544.

HSL color Cylindrical-coordinate representation of color #08461F: hue angle of 142.26º degrees, saturation: 0.79, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #08461F is Cyan = 0.89, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.73.

Color convert

RGB87031-
CMYK0.8900.560.73
HSL142.26º79.49%15.29%-
HSV(B)142.26º88.57%27.45%-
XYZ2.544.532.04-
YUV47.02118.96100.17-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 7.34%
GREEN value IS 70 (27.73% from 255) = 64.22%
BLUE value IS 31 (12.5% from 255) = 28.44%
R=7.34%
G=64.22%
B=28.44%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal870310.8900.560.73142.2679.4915.29
Hex8461F59038498e4ff
Octal101063713107011121611717
Binary10001000110111111011001011100010010011000111010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08461F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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