#014217

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

Shades of British Racing Green #014217

Tints of British Racing Green #014217

Color information

#014217 (or 0x014217) is unknown color: approx British Racing Green. HEX triplet: 01, 42 and 17. RGB value is (1,66,23). Sum of RGB (Red+Green+Blue) = 1+66+23=90 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.11% from 90); Green value is 66 (26.17% from 255 or 73.33% from 90); Blue value is 23 (9.38% from 255 or 25.56% from 90); Max value from RGB is 66 - color contains mainly: green. Hex color #014217 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #014217 is #FEBDE8. Grayscale: #292929. Windows color (decimal): -16694761 or 1524225. OLE color: 1524225.

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

Color convert

RGB16623-
CMYK0.9800.650.74
HSL140.31º97.01%13.14%-
HSV(B)140.31º98.48%25.88%-
XYZ2.123.961.46-
YUV41.66117.4799-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.11%
GREEN value IS 66 (26.17% from 255) = 73.33%
BLUE value IS 23 (9.38% from 255) = 25.56%
R=1.11%
G=73.33%
B=25.56%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal166230.9800.650.74140.3197.0113.14
Hex14217620414A8c61d
Octal110227142010111221414115
Binary110000101011111000100100000110010101000110011000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014217

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #014217; }

 p { color: rgb(1,66,23); }

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

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

 a { background-color: rgb(1,66,23); }

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

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

 span { border-color: rgb(1,66,23); }

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