#014D23

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

Shades of British Racing Green #014D23

Tints of British Racing Green #014D23

Color information

#014D23 (or 0x014D23) is unknown color: approx British Racing Green. HEX triplet: 01, 4D and 23. RGB value is (1,77,35). Sum of RGB (Red+Green+Blue) = 1+77+35=113 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.88% from 113); Green value is 77 (30.47% from 255 or 68.14% from 113); Blue value is 35 (14.06% from 255 or 30.97% from 113); Max value from RGB is 77 - color contains mainly: green. Hex color #014D23 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #014D23 is #FEB2DC. Grayscale: #313131. Windows color (decimal): -16691933 or 2313473. OLE color: 2313473.

HSL color Cylindrical-coordinate representation of color #014D23: hue angle of 146.84º 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 #014D23 is Cyan = 0.99, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.70.

Color convert

RGB17735-
CMYK0.9900.550.70
HSL146.84º97.44%15.29%-
HSV(B)146.84º98.7%30.2%-
XYZ2.975.442.48-
YUV49.49119.8293.42-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.88%
GREEN value IS 77 (30.47% from 255) = 68.14%
BLUE value IS 35 (14.06% from 255) = 30.97%
R=0.88%
G=68.14%
B=30.97%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal177350.9900.550.70146.8497.4415.29
Hex14D2363037469361f
Octal11154314306710622314117
Binary110011011000111100011011011110001101001001111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014D23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,77,35); }

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

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

 a { background-color: rgb(1,77,35); }

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

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

 span { border-color: rgb(1,77,35); }

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