#08461E

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

Shades of British Racing Green #08461E

Tints of British Racing Green #08461E

Color information

#08461E (or 0x08461E) is unknown color: approx British Racing Green. HEX triplet: 08, 46 and 1E. RGB value is (8,70,30). Sum of RGB (Red+Green+Blue) = 8+70+30=108 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.41% from 108); Green value is 70 (27.73% from 255 or 64.81% from 108); Blue value is 30 (12.11% from 255 or 27.78% from 108); Max value from RGB is 70 - color contains mainly: green. Hex color #08461E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08461E is #F7B9E1. Grayscale: #2E2E2E. Windows color (decimal): -16234978 or 1984008. OLE color: 1984008.

HSL color Cylindrical-coordinate representation of color #08461E: hue angle of 141.29º 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 #08461E is Cyan = 0.89, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.73.

Color convert

RGB87030-
CMYK0.8900.570.73
HSL141.29º79.49%15.29%-
HSV(B)141.29º88.57%27.45%-
XYZ2.524.531.97-
YUV46.9118.46100.25-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 7.41%
GREEN value IS 70 (27.73% from 255) = 64.81%
BLUE value IS 30 (12.11% from 255) = 27.78%
R=7.41%
G=64.81%
B=27.78%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal870300.8900.570.73141.2979.4915.29
Hex8461E59039498d4ff
Octal101063613107111121511717
Binary10001000110111101011001011100110010011000110110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08461E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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