#003815

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

Shades of British Racing Green #003815

Tints of British Racing Green #003815

Color information

#003815 (or 0x003815) is unknown color: approx British Racing Green. HEX triplet: 00, 38 and 15. RGB value is (0,56,21). Sum of RGB (Red+Green+Blue) = 0+56+21=77 (10% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 77); Green value is 56 (22.27% from 255 or 72.73% from 77); Blue value is 21 (8.59% from 255 or 27.27% from 77); Max value from RGB is 56 - color contains mainly: green. Hex color #003815 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #003815 is #FFC7EA. Grayscale: #232323. Windows color (decimal): -16762859 or 1390592. OLE color: 1390592.

HSL color Cylindrical-coordinate representation of color #003815: hue angle of 142.5º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003815 is Cyan = 1, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.78.

Color convert

RGB05621-
CMYK100.630.78
HSL142.5º100%10.98%-
HSV(B)142.5º100%21.96%-
XYZ1.552.881.18-
YUV35.27119.95102.85-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 56 (22.27% from 255) = 72.73%
BLUE value IS 21 (8.59% from 255) = 27.27%
R=0%
G=72.73%
B=27.27%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal05621100.630.78142.510010.98
Hex038156403F4E8e64b
Octal0702514407711621614413
Binary0111000101011100100011111110011101000111011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #003815

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #003815; }

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

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

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

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

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

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

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

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