#0A482A

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

Shades of British Racing Green #0A482A

Tints of British Racing Green #0A482A

Color information

#0A482A (or 0x0A482A) is unknown color: approx British Racing Green. HEX triplet: 0A, 48 and 2A. RGB value is (10,72,42). Sum of RGB (Red+Green+Blue) = 10+72+42=124 (16% of max value = 765). Red value is 10 (4.30% from 255 or 8.06% from 124); Green value is 72 (28.52% from 255 or 58.06% from 124); Blue value is 42 (16.80% from 255 or 33.87% from 124); Max value from RGB is 72 - color contains mainly: green. Hex color #0A482A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A482A is #F5B7D5. Grayscale: #323232. Windows color (decimal): -16103382 or 2770954. OLE color: 2770954.

HSL color Cylindrical-coordinate representation of color #0A482A: hue angle of 150.97º degrees, saturation: 0.76, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0A482A is Cyan = 0.86, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.72.

Color convert

RGB107242-
CMYK0.8600.420.72
HSL150.97º75.61%16.08%-
HSV(B)150.97º86.11%28.24%-
XYZ2.864.872.98-
YUV50.04123.4699.44-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 8.06%
GREEN value IS 72 (28.52% from 255) = 58.06%
BLUE value IS 42 (16.80% from 255) = 33.87%
R=8.06%
G=58.06%
B=33.87%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1072420.8600.420.72150.9775.6116.08
HexA482A5602A48974c10
Octal121105212605211022711420
Binary1010100100010101010101100101010100100010010111100110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A482A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0A482A; }

 p { color: rgb(10,72,42); }

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

<style>
 a { background-color: #0A482A; }

 a { background-color: rgb(10,72,42); }

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

<style>
 span { border-color: #0A482A; }

 span { border-color: rgb(10,72,42); }

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