Html Css Color HEX #014620 British Racing Green

📋 copy color: '#014620'

red 1 ◦ green 70 ◦ blue 32

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

Shades of British Racing Green #014620

Tints of British Racing Green #014620

RGB

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

 GREEN value IS 70 (27.73% from 255) = 67.96%

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

R = 0.97%
G = 67.96%
B = 31.07%

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

#014620 (or 0x014620) is known color: British Racing Green. HEX triplet: 01, 46 and 20. RGB value is (1,70,32). Sum of RGB (Red+Green+Blue) = 1+70+32=103 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.97% from 103); Green value is 70 (27.73% from 255 or 67.96% from 103); Blue value is 32 (12.89% from 255 or 31.07% from 103); Max value from RGB is 70 - color contains mainly: green. Hex color #014620 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #014620 is #FEB9DF. Grayscale: #2D2D2D. Windows color (decimal): -16693728 or 2115073. OLE color: 2115073.

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

Color convert

RGB 1 70 32 -
CMYK 0.99 0 0.54 0.73
HSL 146.96º 0.97% 0.14% -
HSV(B) 146.96º 0.99% 0.27% -
XYZ 2.46 4.49 2.1 -
YUV 45.04 120.64 96.59 -
System Red Green Blue C M Y K H S L
Decimal 1 70 32 0.99 0 0.54 0.73 146.96 0.97 0.14
Hex 1 46 20 63 0 36 49 93 61 E
Octal 1 106 40 143 0 66 111 223 141 16
Binary 1 1000110 100000 1100011 0 110110 1001001 10010011 1100001 1110

Color Harmonies of #014620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014620

Black with #014620

Text Example


Text Example

White with #014620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014620; }

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

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

background-color css

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

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

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

border-color css

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

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

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