Html Css Color HEX #014F1C British Racing Green

📋 copy color: '#014F1C'

red 1 ◦ green 79 ◦ blue 28

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

Shades of British Racing Green #014F1C

Tints of British Racing Green #014F1C

RGB

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

 GREEN value IS 79 (31.25% from 255) = 73.15%

 BLUE value IS 28 (11.33% from 255) = 25.93%

R = 0.93%
G = 73.15%
B = 25.93%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.65

 K value IS 0.69

RGB Variations

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

Color information

#014F1C (or 0x014F1C) is known color: British Racing Green. HEX triplet: 01, 4F and 1C. RGB value is (1,79,28). Sum of RGB (Red+Green+Blue) = 1+79+28=108 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.93% from 108); Green value is 79 (31.25% from 255 or 73.15% from 108); Blue value is 28 (11.33% from 255 or 25.93% from 108); Max value from RGB is 79 - color contains mainly: green. Hex color #014F1C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #014F1C is #FEB0E3. Grayscale: #313131. Windows color (decimal): -16691428 or 1855233. OLE color: 1855233.

HSL color Cylindrical-coordinate representation of color #014F1C: hue angle of 140.77º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014F1C is Cyan = 0.99, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.69.

Color convert

RGB 1 79 28 -
CMYK 0.99 0 0.65 0.69
HSL 140.77º 0.98% 0.16% -
HSV(B) 140.77º 0.99% 0.31% -
XYZ 3.02 5.68 2.04 -
YUV 49.86 115.66 93.15 -
System Red Green Blue C M Y K H S L
Decimal 1 79 28 0.99 0 0.65 0.69 140.77 0.98 0.16
Hex 1 4F 1C 63 0 41 45 8D 62 10
Octal 1 117 34 143 0 101 105 215 142 20
Binary 1 1001111 11100 1100011 0 1000001 1000101 10001101 1100010 10000

Color Harmonies of #014F1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014F1C

Black with #014F1C

Text Example


Text Example

White with #014F1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014F1C; }

 p { color: rgb(1,79,28); }

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

background-color css

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

 a { background-color: rgb(1,79,28); }

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

border-color css

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

 span { border-color: rgb(1,79,28); }

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