Html Css Color HEX #014613 British Racing Green

📋 copy color: '#014613'

red 1 ◦ green 70 ◦ blue 19

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

Shades of British Racing Green #014613

Tints of British Racing Green #014613

RGB

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

 GREEN value IS 70 (27.73% from 255) = 77.78%

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

R = 1.11%
G = 77.78%
B = 21.11%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.73

 K value IS 0.73

RGB Variations

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

Color information

#014613 (or 0x014613) is known color: British Racing Green. HEX triplet: 01, 46 and 13. RGB value is (1,70,19). Sum of RGB (Red+Green+Blue) = 1+70+19=90 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.11% from 90); Green value is 70 (27.73% from 255 or 77.78% from 90); Blue value is 19 (7.81% from 255 or 21.11% from 90); Max value from RGB is 70 - color contains mainly: green. Hex color #014613 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #014613 is #FEB9EC. Grayscale: #2B2B2B. Windows color (decimal): -16693741 or 1263105. OLE color: 1263105.

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

Color convert

RGB 1 70 19 -
CMYK 0.99 0 0.73 0.73
HSL 135.65º 0.97% 0.14% -
HSV(B) 135.65º 0.99% 0.27% -
XYZ 2.32 4.43 1.35 -
YUV 43.56 114.14 97.65 -
System Red Green Blue C M Y K H S L
Decimal 1 70 19 0.99 0 0.73 0.73 135.65 0.97 0.14
Hex 1 46 13 63 0 49 49 88 61 E
Octal 1 106 23 143 0 111 111 210 141 16
Binary 1 1000110 10011 1100011 0 1001001 1001001 10001000 1100001 1110

Color Harmonies of #014613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014613

Black with #014613

Text Example


Text Example

White with #014613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014613; }

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

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

background-color css

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

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

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

border-color css

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

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

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