Html Css Color HEX #014019 British Racing Green

📋 copy color: '#014019'

red 1 ◦ green 64 ◦ blue 25

#014019
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of British Racing Green #014019

Tints of British Racing Green #014019

RGB

 RED value IS 1 (0.78% from 255) = 1.11%

 GREEN value IS 64 (25.39% from 255) = 71.11%

 BLUE value IS 25 (10.16% from 255) = 27.78%

R = 1.11%
G = 71.11%
B = 27.78%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.61

 K value IS 0.75

RGB Variations

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

Color information

#014019 (or 0x014019) is known color: British Racing Green. HEX triplet: 01, 40 and 19. RGB value is (1,64,25). Sum of RGB (Red+Green+Blue) = 1+64+25=90 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.11% from 90); Green value is 64 (25.39% from 255 or 71.11% from 90); Blue value is 25 (10.16% from 255 or 27.78% from 90); Max value from RGB is 64 - color contains mainly: green. Hex color #014019 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #014019 is #FEBFE6. Grayscale: #282828. Windows color (decimal): -16695271 or 1654785. OLE color: 1654785.

HSL color Cylindrical-coordinate representation of color #014019: hue angle of 142.86º 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 #014019 is Cyan = 0.98, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.75.

Color convert

RGB 1 64 25 -
CMYK 0.98 0 0.61 0.75
HSL 142.86º 0.97% 0.13% -
HSV(B) 142.86º 0.98% 0.25% -
XYZ 2.02 3.74 1.54 -
YUV 40.72 119.13 99.67 -
System Red Green Blue C M Y K H S L
Decimal 1 64 25 0.98 0 0.61 0.75 142.86 0.97 0.13
Hex 1 40 19 62 0 3D 4B 8F 61 D
Octal 1 100 31 142 0 75 113 217 141 15
Binary 1 1000000 11001 1100010 0 111101 1001011 10001111 1100001 1101

Color Harmonies of #014019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014019

Black with #014019

Text Example


Text Example

White with #014019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014019; }

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

 H1.HeaderClassName
 {
   color: #014019;
 }
 .AnyTagClassName
 {
   color: #014019;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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