#014F35

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

Shades of British Racing Green #014F35

Tints of British Racing Green #014F35

Color information

#014F35 (or 0x014F35) is unknown color: approx British Racing Green. HEX triplet: 01, 4F and 35. RGB value is (1,79,53). Sum of RGB (Red+Green+Blue) = 1+79+53=133 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.75% from 133); Green value is 79 (31.25% from 255 or 59.40% from 133); Blue value is 53 (21.09% from 255 or 39.85% from 133); Max value from RGB is 79 - color contains mainly: green. Hex color #014F35 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #014F35 is #FEB0CA. Grayscale: #343434. Windows color (decimal): -16691403 or 3493633. OLE color: 3493633.

HSL color Cylindrical-coordinate representation of color #014F35: hue angle of 160º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014F35 is Cyan = 0.99, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.69.

Color convert

RGB17953-
CMYK0.9900.330.69
HSL160º97.5%15.69%-
HSV(B)160º98.73%30.98%-
XYZ3.455.864.32-
YUV52.71128.1691.11-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.75%
GREEN value IS 79 (31.25% from 255) = 59.40%
BLUE value IS 53 (21.09% from 255) = 39.85%
R=0.75%
G=59.40%
B=39.85%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal179530.9900.330.6916097.515.69
Hex14F356302145a06210
Octal11176514304110524014220
Binary1100111111010111000110100001100010110100000110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014F35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #014F35; }

 p { color: rgb(1,79,53); }

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

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

 a { background-color: rgb(1,79,53); }

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

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

 span { border-color: rgb(1,79,53); }

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