#08481E

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

Shades of British Racing Green #08481E

Tints of British Racing Green #08481E

Color information

#08481E (or 0x08481E) is unknown color: approx British Racing Green. HEX triplet: 08, 48 and 1E. RGB value is (8,72,30). Sum of RGB (Red+Green+Blue) = 8+72+30=110 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.27% from 110); Green value is 72 (28.52% from 255 or 65.45% from 110); Blue value is 30 (12.11% from 255 or 27.27% from 110); Max value from RGB is 72 - color contains mainly: green. Hex color #08481E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08481E is #F7B7E1. Grayscale: #303030. Windows color (decimal): -16234466 or 1984520. OLE color: 1984520.

HSL color Cylindrical-coordinate representation of color #08481E: hue angle of 140.62º degrees, saturation: 0.8, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #08481E is Cyan = 0.89, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.72.

Color convert

RGB87230-
CMYK0.8900.580.72
HSL140.62º80%15.69%-
HSV(B)140.62º88.89%28.24%-
XYZ2.654.782.01-
YUV48.08117.899.42-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 7.27%
GREEN value IS 72 (28.52% from 255) = 65.45%
BLUE value IS 30 (12.11% from 255) = 27.27%
R=7.27%
G=65.45%
B=27.27%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal872300.8900.580.72140.628015.69
Hex8481E5903A488d5010
Octal101103613107211021512020
Binary100010010001111010110010111010100100010001101101000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08481E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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