#014335

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

Shades of British Racing Green #014335

Tints of British Racing Green #014335

Color information

#014335 (or 0x014335) is unknown color: approx British Racing Green. HEX triplet: 01, 43 and 35. RGB value is (1,67,53). Sum of RGB (Red+Green+Blue) = 1+67+53=121 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.83% from 121); Green value is 67 (26.56% from 255 or 55.37% from 121); Blue value is 53 (21.09% from 255 or 43.80% from 121); Max value from RGB is 67 - color contains mainly: green. Hex color #014335 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #014335 is #FEBCCA. Grayscale: #2D2D2D. Windows color (decimal): -16694475 or 3490561. OLE color: 3490561.

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

Color convert

RGB16753-
CMYK0.9900.210.74
HSL167.27º97.06%13.33%-
HSV(B)167.27º98.51%26.27%-
XYZ2.664.284.05-
YUV45.67132.1396.14-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.83%
GREEN value IS 67 (26.56% from 255) = 55.37%
BLUE value IS 53 (21.09% from 255) = 43.80%
R=0.83%
G=55.37%
B=43.80%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal167530.9900.210.74167.2797.0613.33
Hex14335630154Aa761d
Octal11036514302511224714115
Binary11000011110101110001101010110010101010011111000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014335

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #014335; }

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

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

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

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

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

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

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

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