Html Css Color HEX #014720 British Racing Green

📋 copy color: '#014720'

red 1 ◦ green 71 ◦ blue 32

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

Shades of British Racing Green #014720

Tints of British Racing Green #014720

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 30.77%

R = 0.96%
G = 68.27%
B = 30.77%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.55

 K value IS 0.72

RGB Variations

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

Color information

#014720 (or 0x014720) is known color: British Racing Green. HEX triplet: 01, 47 and 20. RGB value is (1,71,32). Sum of RGB (Red+Green+Blue) = 1+71+32=104 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.96% from 104); Green value is 71 (28.12% from 255 or 68.27% from 104); Blue value is 32 (12.89% from 255 or 30.77% from 104); Max value from RGB is 71 - color contains mainly: green. Hex color #014720 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #014720 is #FEB8DF. Grayscale: #2D2D2D. Windows color (decimal): -16693472 or 2115329. OLE color: 2115329.

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

Color convert

RGB 1 71 32 -
CMYK 0.99 0 0.55 0.72
HSL 146.57º 0.97% 0.14% -
HSV(B) 146.57º 0.99% 0.28% -
XYZ 2.53 4.62 2.12 -
YUV 45.62 120.31 96.17 -
System Red Green Blue C M Y K H S L
Decimal 1 71 32 0.99 0 0.55 0.72 146.57 0.97 0.14
Hex 1 47 20 63 0 37 48 93 61 E
Octal 1 107 40 143 0 67 110 223 141 16
Binary 1 1000111 100000 1100011 0 110111 1001000 10010011 1100001 1110

Color Harmonies of #014720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014720

Black with #014720

Text Example


Text Example

White with #014720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014720; }

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

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

background-color css

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

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

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

border-color css

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

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

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