#0A3A24

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

Shades of British Racing Green #0A3A24

Tints of British Racing Green #0A3A24

Color information

#0A3A24 (or 0x0A3A24) is unknown color: approx British Racing Green. HEX triplet: 0A, 3A and 24. RGB value is (10,58,36). Sum of RGB (Red+Green+Blue) = 10+58+36=104 (13% of max value = 765). Red value is 10 (4.30% from 255 or 9.62% from 104); Green value is 58 (23.05% from 255 or 55.77% from 104); Blue value is 36 (14.45% from 255 or 34.62% from 104); Max value from RGB is 58 - color contains mainly: green. Hex color #0A3A24 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A3A24 is #F5C5DB. Grayscale: #292929. Windows color (decimal): -16106972 or 2374154. OLE color: 2374154.

HSL color Cylindrical-coordinate representation of color #0A3A24: hue angle of 152.5º degrees, saturation: 0.71, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0A3A24 is Cyan = 0.83, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.77.

Color convert

RGB105836-
CMYK0.8300.380.77
HSL152.5º70.59%13.33%-
HSV(B)152.5º82.76%22.75%-
XYZ1.963.222.19-
YUV41.14125.1105.79-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 9.62%
GREEN value IS 58 (23.05% from 255) = 55.77%
BLUE value IS 36 (14.45% from 255) = 34.62%
R=9.62%
G=55.77%
B=34.62%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal1058360.8300.380.77152.570.5913.33
HexA3A24530264D9847d
Octal12724412304611523010715
Binary10101110101001001010011010011010011011001100010001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A3A24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,58,36); }

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

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

 a { background-color: rgb(10,58,36); }

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

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

 span { border-color: rgb(10,58,36); }

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