#014134

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

Shades of British Racing Green #014134

Tints of British Racing Green #014134

Color information

#014134 (or 0x014134) is unknown color: approx British Racing Green. HEX triplet: 01, 41 and 34. RGB value is (1,65,52). Sum of RGB (Red+Green+Blue) = 1+65+52=118 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.85% from 118); Green value is 65 (25.78% from 255 or 55.08% from 118); Blue value is 52 (20.70% from 255 or 44.07% from 118); Max value from RGB is 65 - color contains mainly: green. Hex color #014134 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #014134 is #FEBECB. Grayscale: #2C2C2C. Windows color (decimal): -16694988 or 3424513. OLE color: 3424513.

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

Color convert

RGB16552-
CMYK0.9800.200.75
HSL167.81º96.97%12.94%-
HSV(B)167.81º98.46%25.49%-
XYZ2.524.033.89-
YUV44.38132.397.06-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.85%
GREEN value IS 65 (25.78% from 255) = 55.08%
BLUE value IS 52 (20.70% from 255) = 44.07%
R=0.85%
G=55.08%
B=44.07%

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
Decimal165520.9800.200.75167.8196.9712.94
Hex14134620144Ba861d
Octal11016414202411325014115
Binary11000001110100110001001010010010111010100011000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014134

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #014134; }

 p { color: rgb(1,65,52); }

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

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

 a { background-color: rgb(1,65,52); }

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

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

 span { border-color: rgb(1,65,52); }

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