Html Css Color HEX #014815 British Racing Green

📋 copy color: '#014815'

red 1 ◦ green 72 ◦ blue 21

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

Shades of British Racing Green #014815

Tints of British Racing Green #014815

RGB

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

 GREEN value IS 72 (28.52% from 255) = 76.6%

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

R = 1.06%
G = 76.6%
B = 22.34%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.71

 K value IS 0.72

RGB Variations

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

Color information

#014815 (or 0x014815) is known color: British Racing Green. HEX triplet: 01, 48 and 15. RGB value is (1,72,21). Sum of RGB (Red+Green+Blue) = 1+72+21=94 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.06% from 94); Green value is 72 (28.52% from 255 or 76.60% from 94); Blue value is 21 (8.59% from 255 or 22.34% from 94); Max value from RGB is 72 - color contains mainly: green. Hex color #014815 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #014815 is #FEB7EA. Grayscale: #2D2D2D. Windows color (decimal): -16693227 or 1394689. OLE color: 1394689.

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

Color convert

RGB 1 72 21 -
CMYK 0.99 0 0.71 0.72
HSL 136.9º 0.97% 0.14% -
HSV(B) 136.9º 0.99% 0.28% -
XYZ 2.47 4.7 1.49 -
YUV 44.96 114.48 96.65 -
System Red Green Blue C M Y K H S L
Decimal 1 72 21 0.99 0 0.71 0.72 136.9 0.97 0.14
Hex 1 48 15 63 0 47 48 89 61 E
Octal 1 110 25 143 0 107 110 211 141 16
Binary 1 1001000 10101 1100011 0 1000111 1001000 10001001 1100001 1110

Color Harmonies of #014815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014815

Black with #014815

Text Example


Text Example

White with #014815

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014815; }

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

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

background-color css

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

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

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

border-color css

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

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

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