#003E14

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

Shades of British Racing Green #003E14

Tints of British Racing Green #003E14

Color information

#003E14 (or 0x003E14) is unknown color: approx British Racing Green. HEX triplet: 00, 3E and 14. RGB value is (0,62,20). Sum of RGB (Red+Green+Blue) = 0+62+20=82 (10% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 82); Green value is 62 (24.61% from 255 or 75.61% from 82); Blue value is 20 (8.20% from 255 or 24.39% from 82); Max value from RGB is 62 - color contains mainly: green. Hex color #003E14 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #003E14 is #FFC1EB. Grayscale: #262626. Windows color (decimal): -16761324 or 1326592. OLE color: 1326592.

HSL color Cylindrical-coordinate representation of color #003E14: hue angle of 139.35º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003E14 is Cyan = 1, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.76.

Color convert

RGB06220-
CMYK100.680.76
HSL139.35º100%12.16%-
HSV(B)139.35º100%24.31%-
XYZ1.853.51.24-
YUV38.67117.46100.42-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 62 (24.61% from 255) = 75.61%
BLUE value IS 20 (8.20% from 255) = 24.39%
R=0%
G=75.61%
B=24.39%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal06220100.680.76139.3510012.16
Hex03E14640444C8b64c
Octal07624144010411421314414
Binary01111101010011001000100010010011001000101111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #003E14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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