Html Css Color HEX #014723 British Racing Green

📋 copy color: '#014723'

red 1 ◦ green 71 ◦ blue 35

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

Shades of British Racing Green #014723

Tints of British Racing Green #014723

RGB

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

 GREEN value IS 71 (28.13% from 255) = 66.36%

 BLUE value IS 35 (14.06% from 255) = 32.71%

R = 0.93%
G = 66.36%
B = 32.71%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.51

 K value IS 0.72

RGB Variations

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

Color information

#014723 (or 0x014723) is known color: British Racing Green. HEX triplet: 01, 47 and 23. RGB value is (1,71,35). Sum of RGB (Red+Green+Blue) = 1+71+35=107 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.93% from 107); Green value is 71 (28.12% from 255 or 66.36% from 107); Blue value is 35 (14.06% from 255 or 32.71% from 107); Max value from RGB is 71 - color contains mainly: green. Hex color #014723 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #014723 is #FEB8DC. Grayscale: #2E2E2E. Windows color (decimal): -16693469 or 2311937. OLE color: 2311937.

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

Color convert

RGB 1 71 35 -
CMYK 0.99 0 0.51 0.72
HSL 149.14º 0.97% 0.14% -
HSV(B) 149.14º 0.99% 0.28% -
XYZ 2.57 4.63 2.35 -
YUV 45.97 121.81 95.93 -
System Red Green Blue C M Y K H S L
Decimal 1 71 35 0.99 0 0.51 0.72 149.14 0.97 0.14
Hex 1 47 23 63 0 33 48 95 61 E
Octal 1 107 43 143 0 63 110 225 141 16
Binary 1 1000111 100011 1100011 0 110011 1001000 10010101 1100001 1110

Color Harmonies of #014723

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014723

Black with #014723

Text Example


Text Example

White with #014723

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014723; }

 p { color: rgb(1,71,35); }

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

background-color css

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

 a { background-color: rgb(1,71,35); }

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

border-color css

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

 span { border-color: rgb(1,71,35); }

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