#014030

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

Shades of British Racing Green #014030

Tints of British Racing Green #014030

Color information

#014030 (or 0x014030) is unknown color: approx British Racing Green. HEX triplet: 01, 40 and 30. RGB value is (1,64,48). Sum of RGB (Red+Green+Blue) = 1+64+48=113 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.88% from 113); Green value is 64 (25.39% from 255 or 56.64% from 113); Blue value is 48 (19.14% from 255 or 42.48% from 113); Max value from RGB is 64 - color contains mainly: green. Hex color #014030 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #014030 is #FEBFCF. Grayscale: #2B2B2B. Windows color (decimal): -16695248 or 3162113. OLE color: 3162113.

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

Color convert

RGB16448-
CMYK0.9800.250.75
HSL164.76º96.92%12.75%-
HSV(B)164.76º98.44%25.1%-
XYZ2.383.893.42-
YUV43.34130.6397.8-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.88%
GREEN value IS 64 (25.39% from 255) = 56.64%
BLUE value IS 48 (19.14% from 255) = 42.48%
R=0.88%
G=56.64%
B=42.48%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal164480.9800.250.75164.7696.9212.75
Hex14030620194Ba561d
Octal11006014203111324514115
Binary11000000110000110001001100110010111010010111000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014030

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #014030; }

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

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

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

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

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

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

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

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