#0A4328

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

Shades of British Racing Green #0A4328

Tints of British Racing Green #0A4328

Color information

#0A4328 (or 0x0A4328) is unknown color: approx British Racing Green. HEX triplet: 0A, 43 and 28. RGB value is (10,67,40). Sum of RGB (Red+Green+Blue) = 10+67+40=117 (15% of max value = 765). Red value is 10 (4.30% from 255 or 8.55% from 117); Green value is 67 (26.56% from 255 or 57.26% from 117); Blue value is 40 (16.02% from 255 or 34.19% from 117); Max value from RGB is 67 - color contains mainly: green. Hex color #0A4328 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A4328 is #F5BCD7. Grayscale: #2E2E2E. Windows color (decimal): -16104664 or 2638602. OLE color: 2638602.

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

Color convert

RGB106740-
CMYK0.8500.400.74
HSL151.58º74.03%15.1%-
HSV(B)151.58º85.07%26.27%-
XYZ2.524.232.69-
YUV46.88124.12101.7-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 8.55%
GREEN value IS 67 (26.56% from 255) = 57.26%
BLUE value IS 40 (16.02% from 255) = 34.19%
R=8.55%
G=57.26%
B=34.19%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal1067400.8500.400.74151.5874.0315.1
HexA4328550284A984af
Octal121035012505011223011217
Binary101010000111010001010101010100010010101001100010010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A4328

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,67,40); }

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

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

 a { background-color: rgb(10,67,40); }

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

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

 span { border-color: rgb(10,67,40); }

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