Html Css Color HEX #014615 British Racing Green

📋 copy color: '#014615'

red 1 ◦ green 70 ◦ blue 21

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

Shades of British Racing Green #014615

Tints of British Racing Green #014615

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 22.83%

R = 1.09%
G = 76.09%
B = 22.83%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.70

 K value IS 0.73

RGB Variations

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

Color information

#014615 (or 0x014615) is known color: British Racing Green. HEX triplet: 01, 46 and 15. RGB value is (1,70,21). Sum of RGB (Red+Green+Blue) = 1+70+21=92 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.09% from 92); Green value is 70 (27.73% from 255 or 76.09% from 92); Blue value is 21 (8.59% from 255 or 22.83% from 92); Max value from RGB is 70 - color contains mainly: green. Hex color #014615 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #014615 is #FEB9EA. Grayscale: #2B2B2B. Windows color (decimal): -16693739 or 1394177. OLE color: 1394177.

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

Color convert

RGB 1 70 21 -
CMYK 0.99 0 0.70 0.73
HSL 137.39º 0.97% 0.14% -
HSV(B) 137.39º 0.99% 0.27% -
XYZ 2.34 4.44 1.44 -
YUV 43.78 115.14 97.48 -
System Red Green Blue C M Y K H S L
Decimal 1 70 21 0.99 0 0.70 0.73 137.39 0.97 0.14
Hex 1 46 15 63 0 46 49 89 61 E
Octal 1 106 25 143 0 106 111 211 141 16
Binary 1 1000110 10101 1100011 0 1000110 1001001 10001001 1100001 1110

Color Harmonies of #014615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014615

Black with #014615

Text Example


Text Example

White with #014615

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014615; }

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

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

background-color css

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

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

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

border-color css

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

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

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