#014727

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

Shades of British Racing Green #014727

Tints of British Racing Green #014727

Color information

#014727 (or 0x014727) is unknown color: approx British Racing Green. HEX triplet: 01, 47 and 27. RGB value is (1,71,39). Sum of RGB (Red+Green+Blue) = 1+71+39=111 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.90% from 111); Green value is 71 (28.12% from 255 or 63.96% from 111); Blue value is 39 (15.62% from 255 or 35.14% from 111); Max value from RGB is 71 - color contains mainly: green. Hex color #014727 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #014727 is #FEB8D8. Grayscale: #2E2E2E. Windows color (decimal): -16693465 or 2574081. OLE color: 2574081.

HSL color Cylindrical-coordinate representation of color #014727: hue angle of 152.57º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014727 is Cyan = 0.99, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.72.

Color convert

RGB17139-
CMYK0.9900.450.72
HSL152.57º97.22%14.12%-
HSV(B)152.57º98.59%27.84%-
XYZ2.634.662.68-
YUV46.42123.8195.6-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.90%
GREEN value IS 71 (28.12% from 255) = 63.96%
BLUE value IS 39 (15.62% from 255) = 35.14%
R=0.90%
G=63.96%
B=35.14%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal171390.9900.450.72152.5797.2214.12
Hex147276302D489961e
Octal11074714305511023114116
Binary110001111001111100011010110110010001001100111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014727

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #014727; }

 p { color: rgb(1,71,39); }

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

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

 a { background-color: rgb(1,71,39); }

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

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

 span { border-color: rgb(1,71,39); }

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