Html Css Color HEX #014735 British Racing Green

📋 copy color: '#014735'

red 1 ◦ green 71 ◦ blue 53

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

Shades of British Racing Green #014735

Tints of British Racing Green #014735

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 42.4%

R = 0.8%
G = 56.8%
B = 42.4%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.25

 K value IS 0.72

RGB Variations

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

Color information

#014735 (or 0x014735) is known color: British Racing Green. HEX triplet: 01, 47 and 35. RGB value is (1,71,53). Sum of RGB (Red+Green+Blue) = 1+71+53=125 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.8% from 125); Green value is 71 (28.12% from 255 or 56.8% from 125); Blue value is 53 (21.09% from 255 or 42.4% from 125); Max value from RGB is 71 - color contains mainly: green. Hex color #014735 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #014735 is #FEB8CA. Grayscale: #303030. Windows color (decimal): -16693451 or 3491585. OLE color: 3491585.

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

Color convert

RGB 1 71 53 -
CMYK 0.99 0 0.25 0.72
HSL 164.57º 0.97% 0.14% -
HSV(B) 164.57º 0.99% 0.28% -
XYZ 2.91 4.77 4.14 -
YUV 48.02 130.81 94.46 -
System Red Green Blue C M Y K H S L
Decimal 1 71 53 0.99 0 0.25 0.72 164.57 0.97 0.14
Hex 1 47 35 63 0 19 48 A5 61 E
Octal 1 107 65 143 0 31 110 245 141 16
Binary 1 1000111 110101 1100011 0 11001 1001000 10100101 1100001 1110

Color Harmonies of #014735

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014735

Black with #014735

Text Example


Text Example

White with #014735

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014735; }

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

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

background-color css

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

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

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

border-color css

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

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

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