Html Css Color HEX #014415 British Racing Green

📋 copy color: '#014415'

red 1 ◦ green 68 ◦ blue 21

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

Shades of British Racing Green #014415

Tints of British Racing Green #014415

RGB

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

 GREEN value IS 68 (26.95% from 255) = 75.56%

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

R = 1.11%
G = 75.56%
B = 23.33%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.69

 K value IS 0.73

RGB Variations

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

Color information

#014415 (or 0x014415) is known color: British Racing Green. HEX triplet: 01, 44 and 15. RGB value is (1,68,21). Sum of RGB (Red+Green+Blue) = 1+68+21=90 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.11% from 90); Green value is 68 (26.95% from 255 or 75.56% from 90); Blue value is 21 (8.59% from 255 or 23.33% from 90); Max value from RGB is 68 - color contains mainly: green. Hex color #014415 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #014415 is #FEBBEA. Grayscale: #2A2A2A. Windows color (decimal): -16694251 or 1393665. OLE color: 1393665.

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

Color convert

RGB 1 68 21 -
CMYK 0.99 0 0.69 0.73
HSL 137.91º 0.97% 0.14% -
HSV(B) 137.91º 0.99% 0.27% -
XYZ 2.21 4.19 1.4 -
YUV 42.61 115.8 98.32 -
System Red Green Blue C M Y K H S L
Decimal 1 68 21 0.99 0 0.69 0.73 137.91 0.97 0.14
Hex 1 44 15 63 0 45 49 8A 61 E
Octal 1 104 25 143 0 105 111 212 141 16
Binary 1 1000100 10101 1100011 0 1000101 1001001 10001010 1100001 1110

Color Harmonies of #014415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014415

Black with #014415

Text Example


Text Example

White with #014415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014415; }

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

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

background-color css

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

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

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

border-color css

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

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

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