#0A402A

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

Shades of British Racing Green #0A402A

Tints of British Racing Green #0A402A

Color information

#0A402A (or 0x0A402A) is unknown color: approx British Racing Green. HEX triplet: 0A, 40 and 2A. RGB value is (10,64,42). Sum of RGB (Red+Green+Blue) = 10+64+42=116 (15% of max value = 765). Red value is 10 (4.30% from 255 or 8.62% from 116); Green value is 64 (25.39% from 255 or 55.17% from 116); Blue value is 42 (16.80% from 255 or 36.21% from 116); Max value from RGB is 64 - color contains mainly: green. Hex color #0A402A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A402A is #F5BFD5. Grayscale: #2D2D2D. Windows color (decimal): -16105430 or 2768906. OLE color: 2768906.

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

Color convert

RGB106442-
CMYK0.8400.340.75
HSL155.56º72.97%14.51%-
HSV(B)155.56º84.38%25.1%-
XYZ2.383.92.82-
YUV45.35126.11102.79-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 8.62%
GREEN value IS 64 (25.39% from 255) = 55.17%
BLUE value IS 42 (16.80% from 255) = 36.21%
R=8.62%
G=55.17%
B=36.21%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1064420.8400.340.75155.5672.9714.51
HexA402A540224B9c49f
Octal121005212404211323411117
Binary101010000001010101010100010001010010111001110010010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A402A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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