#014314

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

Shades of British Racing Green #014314

Tints of British Racing Green #014314

Color information

#014314 (or 0x014314) is unknown color: approx British Racing Green. HEX triplet: 01, 43 and 14. RGB value is (1,67,20). Sum of RGB (Red+Green+Blue) = 1+67+20=88 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.14% from 88); Green value is 67 (26.56% from 255 or 76.14% from 88); Blue value is 20 (8.20% from 255 or 22.73% from 88); Max value from RGB is 67 - color contains mainly: green. Hex color #014314 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #014314 is #FEBCEB. Grayscale: #2A2A2A. Windows color (decimal): -16694508 or 1327873. OLE color: 1327873.

HSL color Cylindrical-coordinate representation of color #014314: hue angle of 137.27º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014314 is Cyan = 0.99, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.74.

Color convert

RGB16720-
CMYK0.9900.700.74
HSL137.27º97.06%13.33%-
HSV(B)137.27º98.51%26.27%-
XYZ2.154.071.33-
YUV41.91115.6398.82-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.14%
GREEN value IS 67 (26.56% from 255) = 76.14%
BLUE value IS 20 (8.20% from 255) = 22.73%
R=1.14%
G=76.14%
B=22.73%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal167200.9900.700.74137.2797.0613.33
Hex14314630464A8961d
Octal110324143010611221114115
Binary110000111010011000110100011010010101000100111000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014314

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #014314; }

 p { color: rgb(1,67,20); }

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

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

 a { background-color: rgb(1,67,20); }

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

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

 span { border-color: rgb(1,67,20); }

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