#0A4030

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

Shades of British Racing Green #0A4030

Tints of British Racing Green #0A4030

Color information

#0A4030 (or 0x0A4030) is unknown color: approx British Racing Green. HEX triplet: 0A, 40 and 30. RGB value is (10,64,48). Sum of RGB (Red+Green+Blue) = 10+64+48=122 (16% of max value = 765). Red value is 10 (4.30% from 255 or 8.20% from 122); Green value is 64 (25.39% from 255 or 52.46% from 122); Blue value is 48 (19.14% from 255 or 39.34% from 122); Max value from RGB is 64 - color contains mainly: green. Hex color #0A4030 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A4030 is #F5BFCF. Grayscale: #2E2E2E. Windows color (decimal): -16105424 or 3162122. OLE color: 3162122.

HSL color Cylindrical-coordinate representation of color #0A4030: hue angle of 162.22º 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 #0A4030 is Cyan = 0.84, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.75.

Color convert

RGB106448-
CMYK0.8400.250.75
HSL162.22º72.97%14.51%-
HSV(B)162.22º84.38%25.1%-
XYZ2.493.943.43-
YUV46.03129.11102.3-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 8.20%
GREEN value IS 64 (25.39% from 255) = 52.46%
BLUE value IS 48 (19.14% from 255) = 39.34%
R=8.20%
G=52.46%
B=39.34%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1064480.8400.250.75162.2272.9714.51
HexA4030540194Ba249f
Octal121006012403111324211117
Binary10101000000110000101010001100110010111010001010010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A4030

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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