#0A4926

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

Shades of British Racing Green #0A4926

Tints of British Racing Green #0A4926

Color information

#0A4926 (or 0x0A4926) is unknown color: approx British Racing Green. HEX triplet: 0A, 49 and 26. RGB value is (10,73,38). Sum of RGB (Red+Green+Blue) = 10+73+38=121 (16% of max value = 765). Red value is 10 (4.30% from 255 or 8.26% from 121); Green value is 73 (28.91% from 255 or 60.33% from 121); Blue value is 38 (15.23% from 255 or 31.40% from 121); Max value from RGB is 73 - color contains mainly: green. Hex color #0A4926 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A4926 is #F5B6D9. Grayscale: #323232. Windows color (decimal): -16103130 or 2509066. OLE color: 2509066.

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

Color convert

RGB107338-
CMYK0.8600.480.71
HSL146.67º75.9%16.27%-
HSV(B)146.67º86.3%28.63%-
XYZ2.864.972.64-
YUV50.17121.1399.35-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 8.26%
GREEN value IS 73 (28.91% from 255) = 60.33%
BLUE value IS 38 (15.23% from 255) = 31.40%
R=8.26%
G=60.33%
B=31.40%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1073380.8600.480.71146.6775.916.27
HexA49265603047934c10
Octal121114612606010722311420
Binary1010100100110011010101100110000100011110010011100110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A4926

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,73,38); }

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

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

 a { background-color: rgb(10,73,38); }

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

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

 span { border-color: rgb(10,73,38); }

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