Html Css Color HEX #014734 British Racing Green

📋 copy color: '#014734'

red 1 ◦ green 71 ◦ blue 52

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

Shades of British Racing Green #014734

Tints of British Racing Green #014734

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 41.94%

R = 0.81%
G = 57.26%
B = 41.94%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.27

 K value IS 0.72

RGB Variations

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

Color information

#014734 (or 0x014734) is known color: British Racing Green. HEX triplet: 01, 47 and 34. RGB value is (1,71,52). Sum of RGB (Red+Green+Blue) = 1+71+52=124 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.81% from 124); Green value is 71 (28.12% from 255 or 57.26% from 124); Blue value is 52 (20.70% from 255 or 41.94% from 124); Max value from RGB is 71 - color contains mainly: green. Hex color #014734 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #014734 is #FEB8CB. Grayscale: #2F2F2F. Windows color (decimal): -16693452 or 3426049. OLE color: 3426049.

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

Color convert

RGB 1 71 52 -
CMYK 0.99 0 0.27 0.72
HSL 163.71º 0.97% 0.14% -
HSV(B) 163.71º 0.99% 0.28% -
XYZ 2.89 4.76 4.02 -
YUV 47.9 130.31 94.54 -
System Red Green Blue C M Y K H S L
Decimal 1 71 52 0.99 0 0.27 0.72 163.71 0.97 0.14
Hex 1 47 34 63 0 1B 48 A4 61 E
Octal 1 107 64 143 0 33 110 244 141 16
Binary 1 1000111 110100 1100011 0 11011 1001000 10100100 1100001 1110

Color Harmonies of #014734

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014734

Black with #014734

Text Example


Text Example

White with #014734

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014734; }

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

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

background-color css

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

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

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

border-color css

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

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

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