#014232

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

Shades of British Racing Green #014232

Tints of British Racing Green #014232

Color information

#014232 (or 0x014232) is unknown color: approx British Racing Green. HEX triplet: 01, 42 and 32. RGB value is (1,66,50). Sum of RGB (Red+Green+Blue) = 1+66+50=117 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.85% from 117); Green value is 66 (26.17% from 255 or 56.41% from 117); Blue value is 50 (19.92% from 255 or 42.74% from 117); Max value from RGB is 66 - color contains mainly: green. Hex color #014232 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #014232 is #FEBDCD. Grayscale: #2C2C2C. Windows color (decimal): -16694734 or 3293697. OLE color: 3293697.

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

Color convert

RGB16650-
CMYK0.9800.240.74
HSL165.23º97.01%13.14%-
HSV(B)165.23º98.48%25.88%-
XYZ2.544.133.68-
YUV44.74130.9796.8-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.85%
GREEN value IS 66 (26.17% from 255) = 56.41%
BLUE value IS 50 (19.92% from 255) = 42.74%
R=0.85%
G=56.41%
B=42.74%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal166500.9800.240.74165.2397.0113.14
Hex14232620184Aa561d
Octal11026214203011224514115
Binary11000010110010110001001100010010101010010111000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #014232; }

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

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

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

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

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

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

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

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