#003812

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

Shades of British Racing Green #003812

Tints of British Racing Green #003812

Color information

#003812 (or 0x003812) is unknown color: approx British Racing Green. HEX triplet: 00, 38 and 12. RGB value is (0,56,18). Sum of RGB (Red+Green+Blue) = 0+56+18=74 (9% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 74); Green value is 56 (22.27% from 255 or 75.68% from 74); Blue value is 18 (7.42% from 255 or 24.32% from 74); Max value from RGB is 56 - color contains mainly: green. Hex color #003812 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #003812 is #FFC7ED. Grayscale: #232323. Windows color (decimal): -16762862 or 1193984. OLE color: 1193984.

HSL color Cylindrical-coordinate representation of color #003812: hue angle of 139.29º 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 #003812 is Cyan = 1, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.78.

Color convert

RGB05618-
CMYK100.680.78
HSL139.29º100%10.98%-
HSV(B)139.29º100%21.96%-
XYZ1.522.871.05-
YUV34.92118.45103.09-

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) = 75.68%
BLUE value IS 18 (7.42% from 255) = 24.32%
R=0%
G=75.68%
B=24.32%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal05618100.680.78139.2910010.98
Hex03812640444E8b64b
Octal07022144010411621314413
Binary01110001001011001000100010010011101000101111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #003812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #003812; }

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

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

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

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

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

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

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

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