#014033

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

Shades of British Racing Green #014033

Tints of British Racing Green #014033

Color information

#014033 (or 0x014033) is unknown color: approx British Racing Green. HEX triplet: 01, 40 and 33. RGB value is (1,64,51). Sum of RGB (Red+Green+Blue) = 1+64+51=116 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.86% from 116); Green value is 64 (25.39% from 255 or 55.17% from 116); Blue value is 51 (20.31% from 255 or 43.97% from 116); Max value from RGB is 64 - color contains mainly: green. Hex color #014033 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #014033 is #FEBFCC. Grayscale: #2B2B2B. Windows color (decimal): -16695245 or 3358721. OLE color: 3358721.

HSL color Cylindrical-coordinate representation of color #014033: hue angle of 167.62º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #014033 is Cyan = 0.98, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.75.

Color convert

RGB16451-
CMYK0.9800.200.75
HSL167.62º96.92%12.75%-
HSV(B)167.62º98.44%25.1%-
XYZ2.443.913.76-
YUV43.68132.1397.56-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.86%
GREEN value IS 64 (25.39% from 255) = 55.17%
BLUE value IS 51 (20.31% from 255) = 43.97%
R=0.86%
G=55.17%
B=43.97%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal164510.9800.200.75167.6296.9212.75
Hex14033620144Ba861d
Octal11006314202411325014115
Binary11000000110011110001001010010010111010100011000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014033

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #014033; }

 p { color: rgb(1,64,51); }

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

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

 a { background-color: rgb(1,64,51); }

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

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

 span { border-color: rgb(1,64,51); }

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