#014435

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

Shades of British Racing Green #014435

Tints of British Racing Green #014435

Color information

#014435 (or 0x014435) is unknown color: approx British Racing Green. HEX triplet: 01, 44 and 35. RGB value is (1,68,53). Sum of RGB (Red+Green+Blue) = 1+68+53=122 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.82% from 122); Green value is 68 (26.95% from 255 or 55.74% from 122); Blue value is 53 (21.09% from 255 or 43.44% from 122); Max value from RGB is 68 - color contains mainly: green. Hex color #014435 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #014435 is #FEBBCA. Grayscale: #2E2E2E. Windows color (decimal): -16694219 or 3490817. OLE color: 3490817.

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

Color convert

RGB16853-
CMYK0.9900.220.73
HSL166.57º97.1%13.53%-
HSV(B)166.57º98.53%26.67%-
XYZ2.724.44.07-
YUV46.26131.895.72-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.82%
GREEN value IS 68 (26.95% from 255) = 55.74%
BLUE value IS 53 (21.09% from 255) = 43.44%
R=0.82%
G=55.74%
B=43.44%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal168530.9900.220.73166.5797.113.53
Hex144356301649a761e
Octal11046514302611124714116
Binary11000100110101110001101011010010011010011111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014435

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #014435; }

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

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

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

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

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

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

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

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