#0D3A2A

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

Shades of British Racing Green #0D3A2A

Tints of British Racing Green #0D3A2A

Color information

#0D3A2A (or 0x0D3A2A) is unknown color: approx British Racing Green. HEX triplet: 0D, 3A and 2A. RGB value is (13,58,42). Sum of RGB (Red+Green+Blue) = 13+58+42=113 (14% of max value = 765). Red value is 13 (5.47% from 255 or 11.50% from 113); Green value is 58 (23.05% from 255 or 51.33% from 113); Blue value is 42 (16.80% from 255 or 37.17% from 113); Max value from RGB is 58 - color contains mainly: green. Hex color #0D3A2A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D3A2A is #F2C5D5. Grayscale: #2A2A2A. Windows color (decimal): -15910358 or 2767373. OLE color: 2767373.

HSL color Cylindrical-coordinate representation of color #0D3A2A: hue angle of 158.67º degrees, saturation: 0.63, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #0D3A2A is Cyan = 0.78, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.77.

Color convert

RGB135842-
CMYK0.7800.280.77
HSL158.67º63.38%13.92%-
HSV(B)158.67º77.59%22.75%-
XYZ2.13.282.71-
YUV42.72127.59106.8-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 11.50%
GREEN value IS 58 (23.05% from 255) = 51.33%
BLUE value IS 42 (16.80% from 255) = 37.17%
R=11.50%
G=51.33%
B=37.17%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal1358420.7800.280.77158.6763.3813.92
HexD3A2A4E01C4D9f3fe
Octal1572521160341152377716
Binary110111101010101010011100111001001101100111111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D3A2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,58,42); }

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

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

 a { background-color: rgb(13,58,42); }

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

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

 span { border-color: rgb(13,58,42); }

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