#0A482D

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

Shades of British Racing Green #0A482D

Tints of British Racing Green #0A482D

Color information

#0A482D (or 0x0A482D) is unknown color: approx British Racing Green. HEX triplet: 0A, 48 and 2D. RGB value is (10,72,45). Sum of RGB (Red+Green+Blue) = 10+72+45=127 (16% of max value = 765). Red value is 10 (4.30% from 255 or 7.87% from 127); Green value is 72 (28.52% from 255 or 56.69% from 127); Blue value is 45 (17.97% from 255 or 35.43% from 127); Max value from RGB is 72 - color contains mainly: green. Hex color #0A482D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A482D is #F5B7D2. Grayscale: #323232. Windows color (decimal): -16103379 or 2967562. OLE color: 2967562.

HSL color Cylindrical-coordinate representation of color #0A482D: hue angle of 153.87º 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 #0A482D is Cyan = 0.86, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.72.

Color convert

RGB107245-
CMYK0.8600.380.72
HSL153.87º75.61%16.08%-
HSV(B)153.87º86.11%28.24%-
XYZ2.924.893.27-
YUV50.38124.9699.2-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 7.87%
GREEN value IS 72 (28.52% from 255) = 56.69%
BLUE value IS 45 (17.97% from 255) = 35.43%
R=7.87%
G=56.69%
B=35.43%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1072450.8600.380.72153.8775.6116.08
HexA482D56026489a4c10
Octal121105512604611023211420
Binary1010100100010110110101100100110100100010011010100110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A482D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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