#014824

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

Shades of British Racing Green #014824

Tints of British Racing Green #014824

Color information

#014824 (or 0x014824) is unknown color: approx British Racing Green. HEX triplet: 01, 48 and 24. RGB value is (1,72,36). Sum of RGB (Red+Green+Blue) = 1+72+36=109 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.92% from 109); Green value is 72 (28.52% from 255 or 66.06% from 109); Blue value is 36 (14.45% from 255 or 33.03% from 109); Max value from RGB is 72 - color contains mainly: green. Hex color #014824 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #014824 is #FEB7DB. Grayscale: #2E2E2E. Windows color (decimal): -16693212 or 2377729. OLE color: 2377729.

HSL color Cylindrical-coordinate representation of color #014824: hue angle of 149.58º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014824 is Cyan = 0.99, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.72.

Color convert

RGB17236-
CMYK0.9900.50.72
HSL149.58º97.26%14.31%-
HSV(B)149.58º98.61%28.24%-
XYZ2.654.772.45-
YUV46.67121.9895.43-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.92%
GREEN value IS 72 (28.52% from 255) = 66.06%
BLUE value IS 36 (14.45% from 255) = 33.03%
R=0.92%
G=66.06%
B=33.03%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal172360.9900.50.72149.5897.2614.31
Hex1482463032489661e
Octal11104414306211022614116
Binary110010001001001100011011001010010001001011011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014824

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #014824; }

 p { color: rgb(1,72,36); }

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

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

 a { background-color: rgb(1,72,36); }

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

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

 span { border-color: rgb(1,72,36); }

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