#003A15

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

Shades of British Racing Green #003A15

Tints of British Racing Green #003A15

Color information

#003A15 (or 0x003A15) is unknown color: approx British Racing Green. HEX triplet: 00, 3A and 15. RGB value is (0,58,21). Sum of RGB (Red+Green+Blue) = 0+58+21=79 (10% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 79); Green value is 58 (23.05% from 255 or 73.42% from 79); Blue value is 21 (8.59% from 255 or 26.58% from 79); Max value from RGB is 58 - color contains mainly: green. Hex color #003A15 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #003A15 is #FFC5EA. Grayscale: #242424. Windows color (decimal): -16762347 or 1391104. OLE color: 1391104.

HSL color Cylindrical-coordinate representation of color #003A15: hue angle of 141.72º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003A15 is Cyan = 1, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.77.

Color convert

RGB05821-
CMYK100.640.77
HSL141.72º100%11.37%-
HSV(B)141.72º100%22.75%-
XYZ1.653.081.22-
YUV36.44119.28102.01-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 58 (23.05% from 255) = 73.42%
BLUE value IS 21 (8.59% from 255) = 26.58%
R=0%
G=73.42%
B=26.58%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal05821100.640.77141.7210011.37
Hex03A15640404D8e64b
Octal07225144010011521614413
Binary01110101010111001000100000010011011000111011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #003A15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #003A15; }

 p { color: rgb(0,58,21); }

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

<style>
 a { background-color: #003A15; }

 a { background-color: rgb(0,58,21); }

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

<style>
 span { border-color: #003A15; }

 span { border-color: rgb(0,58,21); }

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