Html Css Color HEX #014211 British Racing Green

📋 copy color: '#014211'

red 1 ◦ green 66 ◦ blue 17

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

Shades of British Racing Green #014211

Tints of British Racing Green #014211

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 20.24%

R = 1.19%
G = 78.57%
B = 20.24%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.74

 K value IS 0.74

RGB Variations

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

Color information

#014211 (or 0x014211) is known color: British Racing Green. HEX triplet: 01, 42 and 11. RGB value is (1,66,17). Sum of RGB (Red+Green+Blue) = 1+66+17=84 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.19% from 84); Green value is 66 (26.17% from 255 or 78.57% from 84); Blue value is 17 (7.03% from 255 or 20.24% from 84); Max value from RGB is 66 - color contains mainly: green. Hex color #014211 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #014211 is #FEBDEE. Grayscale: #292929. Windows color (decimal): -16694767 or 1131009. OLE color: 1131009.

HSL color Cylindrical-coordinate representation of color #014211: hue angle of 134.77º 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 #014211 is Cyan = 0.98, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.74.

Color convert

RGB 1 66 17 -
CMYK 0.98 0 0.74 0.74
HSL 134.77º 0.97% 0.13% -
HSV(B) 134.77º 0.98% 0.26% -
XYZ 2.06 3.94 1.18 -
YUV 40.98 114.47 99.48 -
System Red Green Blue C M Y K H S L
Decimal 1 66 17 0.98 0 0.74 0.74 134.77 0.97 0.13
Hex 1 42 11 62 0 4A 4A 87 61 D
Octal 1 102 21 142 0 112 112 207 141 15
Binary 1 1000010 10001 1100010 0 1001010 1001010 10000111 1100001 1101

Color Harmonies of #014211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014211

Black with #014211

Text Example


Text Example

White with #014211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014211; }

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

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

background-color css

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

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

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

border-color css

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

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

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