Html Css Color HEX #014013 British Racing Green

📋 copy color: '#014013'

red 1 ◦ green 64 ◦ blue 19

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

Shades of British Racing Green #014013

Tints of British Racing Green #014013

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 22.62%

R = 1.19%
G = 76.19%
B = 22.62%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.70

 K value IS 0.75

RGB Variations

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

Color information

#014013 (or 0x014013) is known color: British Racing Green. HEX triplet: 01, 40 and 13. RGB value is (1,64,19). Sum of RGB (Red+Green+Blue) = 1+64+19=84 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.19% from 84); Green value is 64 (25.39% from 255 or 76.19% from 84); Blue value is 19 (7.81% from 255 or 22.62% from 84); Max value from RGB is 64 - color contains mainly: green. Hex color #014013 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #014013 is #FEBFEC. Grayscale: #282828. Windows color (decimal): -16695277 or 1261569. OLE color: 1261569.

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

Color convert

RGB 1 64 19 -
CMYK 0.98 0 0.70 0.75
HSL 137.14º 0.97% 0.13% -
HSV(B) 137.14º 0.98% 0.25% -
XYZ 1.96 3.72 1.23 -
YUV 40.03 116.13 100.16 -
System Red Green Blue C M Y K H S L
Decimal 1 64 19 0.98 0 0.70 0.75 137.14 0.97 0.13
Hex 1 40 13 62 0 46 4B 89 61 D
Octal 1 100 23 142 0 106 113 211 141 15
Binary 1 1000000 10011 1100010 0 1000110 1001011 10001001 1100001 1101

Color Harmonies of #014013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014013

Black with #014013

Text Example


Text Example

White with #014013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014013; }

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

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

background-color css

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

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

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

border-color css

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

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

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