#0A412A

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

Shades of British Racing Green #0A412A

Tints of British Racing Green #0A412A

Color information

#0A412A (or 0x0A412A) is unknown color: approx British Racing Green. HEX triplet: 0A, 41 and 2A. RGB value is (10,65,42). Sum of RGB (Red+Green+Blue) = 10+65+42=117 (15% of max value = 765). Red value is 10 (4.30% from 255 or 8.55% from 117); Green value is 65 (25.78% from 255 or 55.56% from 117); Blue value is 42 (16.80% from 255 or 35.90% from 117); Max value from RGB is 65 - color contains mainly: green. Hex color #0A412A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A412A is #F5BED5. Grayscale: #2D2D2D. Windows color (decimal): -16105174 or 2769162. OLE color: 2769162.

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

Color convert

RGB106542-
CMYK0.8500.350.75
HSL154.91º73.33%14.71%-
HSV(B)154.91º84.62%25.49%-
XYZ2.434.012.84-
YUV45.93125.78102.37-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 8.55%
GREEN value IS 65 (25.78% from 255) = 55.56%
BLUE value IS 42 (16.80% from 255) = 35.90%
R=8.55%
G=55.56%
B=35.90%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1065420.8500.350.75154.9173.3314.71
HexA412A550234B9b49f
Octal121015212504311323311117
Binary101010000011010101010101010001110010111001101110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A412A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,65,42); }

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

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

 a { background-color: rgb(10,65,42); }

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

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

 span { border-color: rgb(10,65,42); }

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