#003914

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

Shades of British Racing Green #003914

Tints of British Racing Green #003914

Color information

#003914 (or 0x003914) is unknown color: approx British Racing Green. HEX triplet: 00, 39 and 14. RGB value is (0,57,20). Sum of RGB (Red+Green+Blue) = 0+57+20=77 (10% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 77); Green value is 57 (22.66% from 255 or 74.03% from 77); Blue value is 20 (8.20% from 255 or 25.97% from 77); Max value from RGB is 57 - color contains mainly: green. Hex color #003914 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #003914 is #FFC6EB. Grayscale: #232323. Windows color (decimal): -16762604 or 1325312. OLE color: 1325312.

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

Color convert

RGB05720-
CMYK100.650.78
HSL141.05º100%11.18%-
HSV(B)141.05º100%22.35%-
XYZ1.592.981.15-
YUV35.74119.12102.51-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 57 (22.66% from 255) = 74.03%
BLUE value IS 20 (8.20% from 255) = 25.97%
R=0%
G=74.03%
B=25.97%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal05720100.650.78141.0510011.18
Hex03914640414E8d64b
Octal07124144010111621514413
Binary01110011010011001000100000110011101000110111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #003914

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #003914; }

 p { color: rgb(0,57,20); }

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

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

 a { background-color: rgb(0,57,20); }

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

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

 span { border-color: rgb(0,57,20); }

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