Html Css Color HEX #014111 British Racing Green

📋 copy color: '#014111'

red 1 ◦ green 65 ◦ blue 17

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

Shades of British Racing Green #014111

Tints of British Racing Green #014111

RGB

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

 GREEN value IS 65 (25.78% from 255) = 78.31%

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

R = 1.2%
G = 78.31%
B = 20.48%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.74

 K value IS 0.75

RGB Variations

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

Color information

#014111 (or 0x014111) is known color: British Racing Green. HEX triplet: 01, 41 and 11. RGB value is (1,65,17). Sum of RGB (Red+Green+Blue) = 1+65+17=83 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.20% from 83); Green value is 65 (25.78% from 255 or 78.31% from 83); Blue value is 17 (7.03% from 255 or 20.48% from 83); Max value from RGB is 65 - color contains mainly: green. Hex color #014111 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #014111 is #FEBEEE. Grayscale: #282828. Windows color (decimal): -16695023 or 1130753. OLE color: 1130753.

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

Color convert

RGB 1 65 17 -
CMYK 0.98 0 0.74 0.75
HSL 135º 0.97% 0.13% -
HSV(B) 135º 0.98% 0.25% -
XYZ 2 3.83 1.16 -
YUV 40.39 114.8 99.9 -
System Red Green Blue C M Y K H S L
Decimal 1 65 17 0.98 0 0.74 0.75 135 0.97 0.13
Hex 1 41 11 62 0 4A 4B 87 61 D
Octal 1 101 21 142 0 112 113 207 141 15
Binary 1 1000001 10001 1100010 0 1001010 1001011 10000111 1100001 1101

Color Harmonies of #014111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014111

Black with #014111

Text Example


Text Example

White with #014111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014111; }

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

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

background-color css

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

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

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

border-color css

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

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

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