#014316

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

Shades of British Racing Green #014316

Tints of British Racing Green #014316

Color information

#014316 (or 0x014316) is unknown color: approx British Racing Green. HEX triplet: 01, 43 and 16. RGB value is (1,67,22). Sum of RGB (Red+Green+Blue) = 1+67+22=90 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.11% from 90); Green value is 67 (26.56% from 255 or 74.44% from 90); Blue value is 22 (8.98% from 255 or 24.44% from 90); Max value from RGB is 67 - color contains mainly: green. Hex color #014316 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #014316 is #FEBCE9. Grayscale: #2A2A2A. Windows color (decimal): -16694506 or 1458945. OLE color: 1458945.

HSL color Cylindrical-coordinate representation of color #014316: hue angle of 139.09º 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 #014316 is Cyan = 0.99, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.74.

Color convert

RGB16722-
CMYK0.9900.670.74
HSL139.09º97.06%13.33%-
HSV(B)139.09º98.51%26.27%-
XYZ2.164.081.43-
YUV42.14116.6398.66-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.11%
GREEN value IS 67 (26.56% from 255) = 74.44%
BLUE value IS 22 (8.98% from 255) = 24.44%
R=1.11%
G=74.44%
B=24.44%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal167220.9900.670.74139.0997.0613.33
Hex14316630434A8b61d
Octal110326143010311221314115
Binary110000111011011000110100001110010101000101111000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014316

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #014316; }

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

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

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

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

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

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

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

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