#0A442A

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

Shades of British Racing Green #0A442A

Tints of British Racing Green #0A442A

Color information

#0A442A (or 0x0A442A) is unknown color: approx British Racing Green. HEX triplet: 0A, 44 and 2A. RGB value is (10,68,42). Sum of RGB (Red+Green+Blue) = 10+68+42=120 (15% of max value = 765). Red value is 10 (4.30% from 255 or 8.33% from 120); Green value is 68 (26.95% from 255 or 56.67% from 120); Blue value is 42 (16.80% from 255 or 35% from 120); Max value from RGB is 68 - color contains mainly: green. Hex color #0A442A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A442A is #F5BBD5. Grayscale: #2F2F2F. Windows color (decimal): -16104406 or 2769930. OLE color: 2769930.

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

Color convert

RGB106842-
CMYK0.8500.380.73
HSL153.1º74.36%15.29%-
HSV(B)153.1º85.29%26.67%-
XYZ2.614.372.9-
YUV47.69124.78101.11-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 8.33%
GREEN value IS 68 (26.95% from 255) = 56.67%
BLUE value IS 42 (16.80% from 255) = 35%
R=8.33%
G=56.67%
B=35%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1068420.8500.380.73153.174.3615.29
HexA442A5502649994af
Octal121045212504611123111217
Binary101010001001010101010101010011010010011001100110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A442A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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