#014024

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

Shades of British Racing Green #014024

Tints of British Racing Green #014024

Color information

#014024 (or 0x014024) is unknown color: approx British Racing Green. HEX triplet: 01, 40 and 24. RGB value is (1,64,36). Sum of RGB (Red+Green+Blue) = 1+64+36=101 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.99% from 101); Green value is 64 (25.39% from 255 or 63.37% from 101); Blue value is 36 (14.45% from 255 or 35.64% from 101); Max value from RGB is 64 - color contains mainly: green. Hex color #014024 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #014024 is #FEBFDB. Grayscale: #2A2A2A. Windows color (decimal): -16695260 or 2375681. OLE color: 2375681.

HSL color Cylindrical-coordinate representation of color #014024: hue angle of 153.33º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #014024 is Cyan = 0.98, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.75.

Color convert

RGB16436-
CMYK0.9800.440.75
HSL153.33º96.92%12.75%-
HSV(B)153.33º98.44%25.1%-
XYZ2.163.82.29-
YUV41.97124.6398.78-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.99%
GREEN value IS 64 (25.39% from 255) = 63.37%
BLUE value IS 36 (14.45% from 255) = 35.64%
R=0.99%
G=63.37%
B=35.64%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal164360.9800.440.75153.3396.9212.75
Hex140246202C4B9961d
Octal11004414205411323114115
Binary110000001001001100010010110010010111001100111000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014024

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #014024; }

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

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

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

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

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

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

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

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