#0A3A20

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

Shades of British Racing Green #0A3A20

Tints of British Racing Green #0A3A20

Color information

#0A3A20 (or 0x0A3A20) is unknown color: approx British Racing Green. HEX triplet: 0A, 3A and 20. RGB value is (10,58,32). Sum of RGB (Red+Green+Blue) = 10+58+32=100 (13% of max value = 765). Red value is 10 (4.30% from 255 or 10% from 100); Green value is 58 (23.05% from 255 or 58% from 100); Blue value is 32 (12.89% from 255 or 32% from 100); Max value from RGB is 58 - color contains mainly: green. Hex color #0A3A20 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A3A20 is #F5C5DF. Grayscale: #282828. Windows color (decimal): -16106976 or 2112010. OLE color: 2112010.

HSL color Cylindrical-coordinate representation of color #0A3A20: hue angle of 147.5º degrees, saturation: 0.71, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0A3A20 is Cyan = 0.83, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.77.

Color convert

RGB105832-
CMYK0.8300.450.77
HSL147.5º70.59%13.33%-
HSV(B)147.5º82.76%22.75%-
XYZ1.93.191.88-
YUV40.68123.1106.11-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 10%
GREEN value IS 58 (23.05% from 255) = 58%
BLUE value IS 32 (12.89% from 255) = 32%
R=10%
G=58%
B=32%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal1058320.8300.450.77147.570.5913.33
HexA3A205302D4D9447d
Octal12724012305511522410715
Binary10101110101000001010011010110110011011001010010001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A3A20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,58,32); }

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

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

 a { background-color: rgb(10,58,32); }

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

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

 span { border-color: rgb(10,58,32); }

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