#0A4026

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

Shades of British Racing Green #0A4026

Tints of British Racing Green #0A4026

Color information

#0A4026 (or 0x0A4026) is unknown color: approx British Racing Green. HEX triplet: 0A, 40 and 26. RGB value is (10,64,38). Sum of RGB (Red+Green+Blue) = 10+64+38=112 (14% of max value = 765). Red value is 10 (4.30% from 255 or 8.93% from 112); Green value is 64 (25.39% from 255 or 57.14% from 112); Blue value is 38 (15.23% from 255 or 33.93% from 112); Max value from RGB is 64 - color contains mainly: green. Hex color #0A4026 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A4026 is #F5BFD9. Grayscale: #2C2C2C. Windows color (decimal): -16105434 or 2506762. OLE color: 2506762.

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

Color convert

RGB106438-
CMYK0.8400.410.75
HSL151.11º72.97%14.51%-
HSV(B)151.11º84.38%25.1%-
XYZ2.313.872.46-
YUV44.89124.11103.11-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 8.93%
GREEN value IS 64 (25.39% from 255) = 57.14%
BLUE value IS 38 (15.23% from 255) = 33.93%
R=8.93%
G=57.14%
B=33.93%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1064380.8400.410.75151.1172.9714.51
HexA4026540294B9749f
Octal121004612405111322711117
Binary101010000001001101010100010100110010111001011110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A4026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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