#014825

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

Shades of British Racing Green #014825

Tints of British Racing Green #014825

Color information

#014825 (or 0x014825) is unknown color: approx British Racing Green. HEX triplet: 01, 48 and 25. RGB value is (1,72,37). Sum of RGB (Red+Green+Blue) = 1+72+37=110 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.91% from 110); Green value is 72 (28.52% from 255 or 65.45% from 110); Blue value is 37 (14.84% from 255 or 33.64% from 110); Max value from RGB is 72 - color contains mainly: green. Hex color #014825 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #014825 is #FEB7DA. Grayscale: #2E2E2E. Windows color (decimal): -16693211 or 2443265. OLE color: 2443265.

HSL color Cylindrical-coordinate representation of color #014825: hue angle of 150.42º 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 #014825 is Cyan = 0.99, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.72.

Color convert

RGB17237-
CMYK0.9900.490.72
HSL150.42º97.26%14.31%-
HSV(B)150.42º98.61%28.24%-
XYZ2.664.772.53-
YUV46.78122.4895.35-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.91%
GREEN value IS 72 (28.52% from 255) = 65.45%
BLUE value IS 37 (14.84% from 255) = 33.64%
R=0.91%
G=65.45%
B=33.64%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal172370.9900.490.72150.4297.2614.31
Hex1482563031489661e
Octal11104514306111022614116
Binary110010001001011100011011000110010001001011011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014825

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #014825; }

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

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

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

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

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

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

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

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