#0A4128

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

Shades of British Racing Green #0A4128

Tints of British Racing Green #0A4128

Color information

#0A4128 (or 0x0A4128) is unknown color: approx British Racing Green. HEX triplet: 0A, 41 and 28. RGB value is (10,65,40). Sum of RGB (Red+Green+Blue) = 10+65+40=115 (15% of max value = 765). Red value is 10 (4.30% from 255 or 8.70% from 115); Green value is 65 (25.78% from 255 or 56.52% from 115); Blue value is 40 (16.02% from 255 or 34.78% from 115); Max value from RGB is 65 - color contains mainly: green. Hex color #0A4128 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A4128 is #F5BED7. Grayscale: #2D2D2D. Windows color (decimal): -16105176 or 2638090. OLE color: 2638090.

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

Color convert

RGB106540-
CMYK0.8500.380.75
HSL152.73º73.33%14.71%-
HSV(B)152.73º84.62%25.49%-
XYZ2.442.65-
YUV45.71124.78102.53-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 8.70%
GREEN value IS 65 (25.78% from 255) = 56.52%
BLUE value IS 40 (16.02% from 255) = 34.78%
R=8.70%
G=56.52%
B=34.78%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1065400.8500.380.75152.7373.3314.71
HexA4128550264B9949f
Octal121015012504611323111117
Binary101010000011010001010101010011010010111001100110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A4128

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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