#014C2A

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

Shades of British Racing Green #014C2A

Tints of British Racing Green #014C2A

Color information

#014C2A (or 0x014C2A) is unknown color: approx British Racing Green. HEX triplet: 01, 4C and 2A. RGB value is (1,76,42). Sum of RGB (Red+Green+Blue) = 1+76+42=119 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.84% from 119); Green value is 76 (30.08% from 255 or 63.87% from 119); Blue value is 42 (16.80% from 255 or 35.29% from 119); Max value from RGB is 76 - color contains mainly: green. Hex color #014C2A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #014C2A is #FEB3D5. Grayscale: #313131. Windows color (decimal): -16692182 or 2771969. OLE color: 2771969.

HSL color Cylindrical-coordinate representation of color #014C2A: hue angle of 152.8º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014C2A is Cyan = 0.99, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.70.

Color convert

RGB17642-
CMYK0.9900.450.70
HSL152.8º97.4%15.1%-
HSV(B)152.8º98.68%29.8%-
XYZ3.015.343.06-
YUV49.7123.6593.26-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.84%
GREEN value IS 76 (30.08% from 255) = 63.87%
BLUE value IS 42 (16.80% from 255) = 35.29%
R=0.84%
G=63.87%
B=35.29%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal176420.9900.450.70152.897.415.1
Hex14C2A6302D469961f
Octal11145214305510623114117
Binary110011001010101100011010110110001101001100111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014C2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #014C2A; }

 p { color: rgb(1,76,42); }

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

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

 a { background-color: rgb(1,76,42); }

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

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

 span { border-color: rgb(1,76,42); }

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