Html Css Color HEX #014726 British Racing Green

📋 copy color: '#014726'

red 1 ◦ green 71 ◦ blue 38

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

Shades of British Racing Green #014726

Tints of British Racing Green #014726

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 34.55%

R = 0.91%
G = 64.55%
B = 34.55%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.46

 K value IS 0.72

RGB Variations

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

Color information

#014726 (or 0x014726) is known color: British Racing Green. HEX triplet: 01, 47 and 26. RGB value is (1,71,38). Sum of RGB (Red+Green+Blue) = 1+71+38=110 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.91% from 110); Green value is 71 (28.12% from 255 or 64.55% from 110); Blue value is 38 (15.23% from 255 or 34.55% from 110); Max value from RGB is 71 - color contains mainly: green. Hex color #014726 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #014726 is #FEB8D9. Grayscale: #2E2E2E. Windows color (decimal): -16693466 or 2508545. OLE color: 2508545.

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

Color convert

RGB 1 71 38 -
CMYK 0.99 0 0.46 0.72
HSL 151.71º 0.97% 0.14% -
HSV(B) 151.71º 0.99% 0.28% -
XYZ 2.62 4.65 2.59 -
YUV 46.31 123.31 95.68 -
System Red Green Blue C M Y K H S L
Decimal 1 71 38 0.99 0 0.46 0.72 151.71 0.97 0.14
Hex 1 47 26 63 0 2E 48 98 61 E
Octal 1 107 46 143 0 56 110 230 141 16
Binary 1 1000111 100110 1100011 0 101110 1001000 10011000 1100001 1110

Color Harmonies of #014726

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014726

Black with #014726

Text Example


Text Example

White with #014726

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014726; }

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

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

background-color css

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

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

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

border-color css

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

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

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