#0D402C

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

Shades of British Racing Green #0D402C

Tints of British Racing Green #0D402C

Color information

#0D402C (or 0x0D402C) is unknown color: approx British Racing Green. HEX triplet: 0D, 40 and 2C. RGB value is (13,64,44). Sum of RGB (Red+Green+Blue) = 13+64+44=121 (16% of max value = 765). Red value is 13 (5.47% from 255 or 10.74% from 121); Green value is 64 (25.39% from 255 or 52.89% from 121); Blue value is 44 (17.58% from 255 or 36.36% from 121); Max value from RGB is 64 - color contains mainly: green. Hex color #0D402C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D402C is #F2BFD3. Grayscale: #2E2E2E. Windows color (decimal): -15908820 or 2899981. OLE color: 2899981.

HSL color Cylindrical-coordinate representation of color #0D402C: hue angle of 156.47º degrees, saturation: 0.66, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #0D402C is Cyan = 0.80, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.75.

Color convert

RGB136444-
CMYK0.8000.310.75
HSL156.47º66.23%15.1%-
HSV(B)156.47º79.69%25.1%-
XYZ2.453.933.01-
YUV46.47126.6104.13-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 10.74%
GREEN value IS 64 (25.39% from 255) = 52.89%
BLUE value IS 44 (17.58% from 255) = 36.36%
R=10.74%
G=52.89%
B=36.36%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1364440.8000.310.75156.4766.2315.1
HexD402C5001F4B9c42f
Octal151005412003711323410217
Binary11011000000101100101000001111110010111001110010000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D402C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,64,44); }

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

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

 a { background-color: rgb(13,64,44); }

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

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

 span { border-color: rgb(13,64,44); }

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