Html Css Color HEX #014215 British Racing Green

📋 copy color: '#014215'

red 1 ◦ green 66 ◦ blue 21

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

Shades of British Racing Green #014215

Tints of British Racing Green #014215

RGB

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

 GREEN value IS 66 (26.17% from 255) = 75%

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

R = 1.14%
G = 75%
B = 23.86%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.68

 K value IS 0.74

RGB Variations

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

Color information

#014215 (or 0x014215) is known color: British Racing Green. HEX triplet: 01, 42 and 15. RGB value is (1,66,21). Sum of RGB (Red+Green+Blue) = 1+66+21=88 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.14% from 88); Green value is 66 (26.17% from 255 or 75% from 88); Blue value is 21 (8.59% from 255 or 23.86% from 88); Max value from RGB is 66 - color contains mainly: green. Hex color #014215 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #014215 is #FEBDEA. Grayscale: #292929. Windows color (decimal): -16694763 or 1393153. OLE color: 1393153.

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

Color convert

RGB 1 66 21 -
CMYK 0.98 0 0.68 0.74
HSL 138.46º 0.97% 0.13% -
HSV(B) 138.46º 0.98% 0.26% -
XYZ 2.1 3.96 1.36 -
YUV 41.44 116.47 99.16 -
System Red Green Blue C M Y K H S L
Decimal 1 66 21 0.98 0 0.68 0.74 138.46 0.97 0.13
Hex 1 42 15 62 0 44 4A 8A 61 D
Octal 1 102 25 142 0 104 112 212 141 15
Binary 1 1000010 10101 1100010 0 1000100 1001010 10001010 1100001 1101

Color Harmonies of #014215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014215

Black with #014215

Text Example


Text Example

White with #014215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014215; }

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

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

background-color css

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

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

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

border-color css

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

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

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