Html Css Color HEX #014015 British Racing Green

📋 copy color: '#014015'

red 1 ◦ green 64 ◦ blue 21

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

Shades of British Racing Green #014015

Tints of British Racing Green #014015

RGB

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

 GREEN value IS 64 (25.39% from 255) = 74.42%

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

R = 1.16%
G = 74.42%
B = 24.42%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.67

 K value IS 0.75

RGB Variations

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

Color information

#014015 (or 0x014015) is known color: British Racing Green. HEX triplet: 01, 40 and 15. RGB value is (1,64,21). Sum of RGB (Red+Green+Blue) = 1+64+21=86 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.16% from 86); Green value is 64 (25.39% from 255 or 74.42% from 86); Blue value is 21 (8.59% from 255 or 24.42% from 86); Max value from RGB is 64 - color contains mainly: green. Hex color #014015 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #014015 is #FEBFEA. Grayscale: #282828. Windows color (decimal): -16695275 or 1392641. OLE color: 1392641.

HSL color Cylindrical-coordinate representation of color #014015: hue angle of 139.05º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #014015 is Cyan = 0.98, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.75.

Color convert

RGB 1 64 21 -
CMYK 0.98 0 0.67 0.75
HSL 139.05º 0.97% 0.13% -
HSV(B) 139.05º 0.98% 0.25% -
XYZ 1.98 3.73 1.32 -
YUV 40.26 117.13 100 -
System Red Green Blue C M Y K H S L
Decimal 1 64 21 0.98 0 0.67 0.75 139.05 0.97 0.13
Hex 1 40 15 62 0 43 4B 8B 61 D
Octal 1 100 25 142 0 103 113 213 141 15
Binary 1 1000000 10101 1100010 0 1000011 1001011 10001011 1100001 1101

Color Harmonies of #014015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014015

Black with #014015

Text Example


Text Example

White with #014015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014015; }

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

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

background-color css

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

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

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

border-color css

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

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

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