#0A472E

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

Shades of British Racing Green #0A472E

Tints of British Racing Green #0A472E

Color information

#0A472E (or 0x0A472E) is unknown color: approx British Racing Green. HEX triplet: 0A, 47 and 2E. RGB value is (10,71,46). Sum of RGB (Red+Green+Blue) = 10+71+46=127 (16% of max value = 765). Red value is 10 (4.30% from 255 or 7.87% from 127); Green value is 71 (28.12% from 255 or 55.91% from 127); Blue value is 46 (18.36% from 255 or 36.22% from 127); Max value from RGB is 71 - color contains mainly: green. Hex color #0A472E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A472E is #F5B8D1. Grayscale: #313131. Windows color (decimal): -16103634 or 3032842. OLE color: 3032842.

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

Color convert

RGB107146-
CMYK0.8600.350.72
HSL155.41º75.31%15.88%-
HSV(B)155.41º85.92%27.84%-
XYZ2.874.773.35-
YUV49.91125.7999.53-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 7.87%
GREEN value IS 71 (28.12% from 255) = 55.91%
BLUE value IS 46 (18.36% from 255) = 36.22%
R=7.87%
G=55.91%
B=36.22%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1071460.8600.350.72155.4175.3115.88
HexA472E56023489b4b10
Octal121075612604311023311320
Binary1010100011110111010101100100011100100010011011100101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A472E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,71,46); }

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

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

 a { background-color: rgb(10,71,46); }

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

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

 span { border-color: rgb(10,71,46); }

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