Html Css Color HEX #014515 British Racing Green

📋 copy color: '#014515'

red 1 ◦ green 69 ◦ blue 21

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

Shades of British Racing Green #014515

Tints of British Racing Green #014515

RGB

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

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

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

R = 1.1%
G = 75.82%
B = 23.08%

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

#014515 (or 0x014515) is known color: British Racing Green. HEX triplet: 01, 45 and 15. RGB value is (1,69,21). Sum of RGB (Red+Green+Blue) = 1+69+21=91 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.10% from 91); Green value is 69 (27.34% from 255 or 75.82% from 91); Blue value is 21 (8.59% from 255 or 23.08% from 91); Max value from RGB is 69 - color contains mainly: green. Hex color #014515 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #014515 is #FEBAEA. Grayscale: #2B2B2B. Windows color (decimal): -16693995 or 1393921. OLE color: 1393921.

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

Color convert

RGB 1 69 21 -
CMYK 0.99 0 0.70 0.73
HSL 137.65º 0.97% 0.14% -
HSV(B) 137.65º 0.99% 0.27% -
XYZ 2.28 4.32 1.42 -
YUV 43.2 115.47 97.9 -
System Red Green Blue C M Y K H S L
Decimal 1 69 21 0.99 0 0.70 0.73 137.65 0.97 0.14
Hex 1 45 15 63 0 46 49 8A 61 E
Octal 1 105 25 143 0 106 111 212 141 16
Binary 1 1000101 10101 1100011 0 1000110 1001001 10001010 1100001 1110

Color Harmonies of #014515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014515

Black with #014515

Text Example


Text Example

White with #014515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014515; }

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

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

background-color css

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

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

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

border-color css

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

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

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