#014334

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

Shades of British Racing Green #014334

Tints of British Racing Green #014334

Color information

#014334 (or 0x014334) is unknown color: approx British Racing Green. HEX triplet: 01, 43 and 34. RGB value is (1,67,52). Sum of RGB (Red+Green+Blue) = 1+67+52=120 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.83% from 120); Green value is 67 (26.56% from 255 or 55.83% from 120); Blue value is 52 (20.70% from 255 or 43.33% from 120); Max value from RGB is 67 - color contains mainly: green. Hex color #014334 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #014334 is #FEBCCB. Grayscale: #2D2D2D. Windows color (decimal): -16694476 or 3425025. OLE color: 3425025.

HSL color Cylindrical-coordinate representation of color #014334: hue angle of 166.36º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014334 is Cyan = 0.99, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.74.

Color convert

RGB16752-
CMYK0.9900.220.74
HSL166.36º97.06%13.33%-
HSV(B)166.36º98.51%26.27%-
XYZ2.644.273.93-
YUV45.56131.6396.22-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.83%
GREEN value IS 67 (26.56% from 255) = 55.83%
BLUE value IS 52 (20.70% from 255) = 43.33%
R=0.83%
G=55.83%
B=43.33%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal167520.9900.220.74166.3697.0613.33
Hex14334630164Aa661d
Octal11036414302611224614115
Binary11000011110100110001101011010010101010011011000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #014334; }

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

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

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

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

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

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

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

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