#0A4027

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

Shades of British Racing Green #0A4027

Tints of British Racing Green #0A4027

Color information

#0A4027 (or 0x0A4027) is unknown color: approx British Racing Green. HEX triplet: 0A, 40 and 27. RGB value is (10,64,39). Sum of RGB (Red+Green+Blue) = 10+64+39=113 (14% of max value = 765). Red value is 10 (4.30% from 255 or 8.85% from 113); Green value is 64 (25.39% from 255 or 56.64% from 113); Blue value is 39 (15.62% from 255 or 34.51% from 113); Max value from RGB is 64 - color contains mainly: green. Hex color #0A4027 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A4027 is #F5BFD8. Grayscale: #2D2D2D. Windows color (decimal): -16105433 or 2572298. OLE color: 2572298.

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

Color convert

RGB106439-
CMYK0.8400.390.75
HSL152.22º72.97%14.51%-
HSV(B)152.22º84.38%25.1%-
XYZ2.323.882.55-
YUV45124.61103.03-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 8.85%
GREEN value IS 64 (25.39% from 255) = 56.64%
BLUE value IS 39 (15.62% from 255) = 34.51%
R=8.85%
G=56.64%
B=34.51%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1064390.8400.390.75152.2272.9714.51
HexA4027540274B9849f
Octal121004712404711323011117
Binary101010000001001111010100010011110010111001100010010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A4027

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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