#014229

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

Shades of British Racing Green #014229

Tints of British Racing Green #014229

Color information

#014229 (or 0x014229) is unknown color: approx British Racing Green. HEX triplet: 01, 42 and 29. RGB value is (1,66,41). Sum of RGB (Red+Green+Blue) = 1+66+41=108 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.93% from 108); Green value is 66 (26.17% from 255 or 61.11% from 108); Blue value is 41 (16.41% from 255 or 37.96% from 108); Max value from RGB is 66 - color contains mainly: green. Hex color #014229 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #014229 is #FEBDD6. Grayscale: #2B2B2B. Windows color (decimal): -16694743 or 2703873. OLE color: 2703873.

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

Color convert

RGB16641-
CMYK0.9800.380.74
HSL156.92º97.01%13.14%-
HSV(B)156.92º98.48%25.88%-
XYZ2.364.062.76-
YUV43.72126.4797.53-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.93%
GREEN value IS 66 (26.17% from 255) = 61.11%
BLUE value IS 41 (16.41% from 255) = 37.96%
R=0.93%
G=61.11%
B=37.96%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal166410.9800.380.74156.9297.0113.14
Hex14229620264A9d61d
Octal11025114204611223514115
Binary110000101010011100010010011010010101001110111000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014229

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #014229; }

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

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

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

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

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

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

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

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