Html Css Color HEX #014520 British Racing Green

📋 copy color: '#014520'

red 1 ◦ green 69 ◦ blue 32

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

Shades of British Racing Green #014520

Tints of British Racing Green #014520

RGB

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

 GREEN value IS 69 (27.34% from 255) = 67.65%

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

R = 0.98%
G = 67.65%
B = 31.37%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.54

 K value IS 0.73

RGB Variations

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

Color information

#014520 (or 0x014520) is known color: British Racing Green. HEX triplet: 01, 45 and 20. RGB value is (1,69,32). Sum of RGB (Red+Green+Blue) = 1+69+32=102 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.98% from 102); Green value is 69 (27.34% from 255 or 67.65% from 102); Blue value is 32 (12.89% from 255 or 31.37% from 102); Max value from RGB is 69 - color contains mainly: green. Hex color #014520 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #014520 is #FEBADF. Grayscale: #2C2C2C. Windows color (decimal): -16693984 or 2114817. OLE color: 2114817.

HSL color Cylindrical-coordinate representation of color #014520: hue angle of 147.35º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014520 is Cyan = 0.99, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.73.

Color convert

RGB 1 69 32 -
CMYK 0.99 0 0.54 0.73
HSL 147.35º 0.97% 0.14% -
HSV(B) 147.35º 0.99% 0.27% -
XYZ 2.4 4.37 2.08 -
YUV 44.45 120.97 97.01 -
System Red Green Blue C M Y K H S L
Decimal 1 69 32 0.99 0 0.54 0.73 147.35 0.97 0.14
Hex 1 45 20 63 0 36 49 93 61 E
Octal 1 105 40 143 0 66 111 223 141 16
Binary 1 1000101 100000 1100011 0 110110 1001001 10010011 1100001 1110

Color Harmonies of #014520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014520

Black with #014520

Text Example


Text Example

White with #014520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014520; }

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

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

background-color css

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

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

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

border-color css

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

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

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