#0A442E

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

Shades of British Racing Green #0A442E

Tints of British Racing Green #0A442E

Color information

#0A442E (or 0x0A442E) is unknown color: approx British Racing Green. HEX triplet: 0A, 44 and 2E. RGB value is (10,68,46). Sum of RGB (Red+Green+Blue) = 10+68+46=124 (16% of max value = 765). Red value is 10 (4.30% from 255 or 8.06% from 124); Green value is 68 (26.95% from 255 or 54.84% from 124); Blue value is 46 (18.36% from 255 or 37.10% from 124); Max value from RGB is 68 - color contains mainly: green. Hex color #0A442E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A442E is #F5BBD1. Grayscale: #303030. Windows color (decimal): -16104402 or 3032074. OLE color: 3032074.

HSL color Cylindrical-coordinate representation of color #0A442E: hue angle of 157.24º degrees, saturation: 0.74, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0A442E is Cyan = 0.85, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.73.

Color convert

RGB106846-
CMYK0.8500.320.73
HSL157.24º74.36%15.29%-
HSV(B)157.24º85.29%26.67%-
XYZ2.694.43.29-
YUV48.15126.78100.79-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 8.06%
GREEN value IS 68 (26.95% from 255) = 54.84%
BLUE value IS 46 (18.36% from 255) = 37.10%
R=8.06%
G=54.84%
B=37.10%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1068460.8500.320.73157.2474.3615.29
HexA442E55020499d4af
Octal121045612504011123511217
Binary101010001001011101010101010000010010011001110110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A442E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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