#0A4020

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

Shades of British Racing Green #0A4020

Tints of British Racing Green #0A4020

Color information

#0A4020 (or 0x0A4020) is unknown color: approx British Racing Green. HEX triplet: 0A, 40 and 20. RGB value is (10,64,32). Sum of RGB (Red+Green+Blue) = 10+64+32=106 (14% of max value = 765). Red value is 10 (4.30% from 255 or 9.43% from 106); Green value is 64 (25.39% from 255 or 60.38% from 106); Blue value is 32 (12.89% from 255 or 30.19% from 106); Max value from RGB is 64 - color contains mainly: green. Hex color #0A4020 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A4020 is #F5BFDF. Grayscale: #2C2C2C. Windows color (decimal): -16105440 or 2113546. OLE color: 2113546.

HSL color Cylindrical-coordinate representation of color #0A4020: hue angle of 144.44º degrees, saturation: 0.73, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0A4020 is Cyan = 0.84, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.75.

Color convert

RGB106432-
CMYK0.8400.500.75
HSL144.44º72.97%14.51%-
HSV(B)144.44º84.38%25.1%-
XYZ2.223.841.99-
YUV44.21121.11103.6-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 9.43%
GREEN value IS 64 (25.39% from 255) = 60.38%
BLUE value IS 32 (12.89% from 255) = 30.19%
R=9.43%
G=60.38%
B=30.19%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1064320.8400.500.75144.4472.9714.51
HexA4020540324B9049f
Octal121004012406211322011117
Binary101010000001000001010100011001010010111001000010010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A4020

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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