#014010

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

Shades of British Racing Green #014010

Tints of British Racing Green #014010

Color information

#014010 (or 0x014010) is unknown color: approx British Racing Green. HEX triplet: 01, 40 and 10. RGB value is (1,64,16). Sum of RGB (Red+Green+Blue) = 1+64+16=81 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.23% from 81); Green value is 64 (25.39% from 255 or 79.01% from 81); Blue value is 16 (6.64% from 255 or 19.75% from 81); Max value from RGB is 64 - color contains mainly: green. Hex color #014010 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #014010 is #FEBFEF. Grayscale: #272727. Windows color (decimal): -16695280 or 1064961. OLE color: 1064961.

HSL color Cylindrical-coordinate representation of color #014010: hue angle of 134.29º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #014010 is Cyan = 0.98, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.75.

Color convert

RGB16416-
CMYK0.9800.750.75
HSL134.29º96.92%12.75%-
HSV(B)134.29º98.44%25.1%-
XYZ1.943.711.1-
YUV39.69114.63100.4-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.23%
GREEN value IS 64 (25.39% from 255) = 79.01%
BLUE value IS 16 (6.64% from 255) = 19.75%
R=1.23%
G=79.01%
B=19.75%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal164160.9800.750.75134.2996.9212.75
Hex140106204B4B8661d
Octal110020142011311320614115
Binary110000001000011000100100101110010111000011011000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014010

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #014010; }

 p { color: rgb(1,64,16); }

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

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

 a { background-color: rgb(1,64,16); }

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

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

 span { border-color: rgb(1,64,16); }

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