Html Css Color HEX #014F10 British Racing Green

📋 copy color: '#014F10'

red 1 ◦ green 79 ◦ blue 16

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

Shades of British Racing Green #014F10

Tints of British Racing Green #014F10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 16.67%

R = 1.04%
G = 82.29%
B = 16.67%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.80

 K value IS 0.69

RGB Variations

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

Color information

#014F10 (or 0x014F10) is known color: British Racing Green. HEX triplet: 01, 4F and 10. RGB value is (1,79,16). Sum of RGB (Red+Green+Blue) = 1+79+16=96 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.04% from 96); Green value is 79 (31.25% from 255 or 82.29% from 96); Blue value is 16 (6.64% from 255 or 16.67% from 96); Max value from RGB is 79 - color contains mainly: green. Hex color #014F10 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #014F10 is #FEB0EF. Grayscale: #303030. Windows color (decimal): -16691440 or 1068801. OLE color: 1068801.

HSL color Cylindrical-coordinate representation of color #014F10: hue angle of 131.54º 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 #014F10 is Cyan = 0.99, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.69.

Color convert

RGB 1 79 16 -
CMYK 0.99 0 0.80 0.69
HSL 131.54º 0.98% 0.16% -
HSV(B) 131.54º 0.99% 0.31% -
XYZ 2.9 5.64 1.43 -
YUV 48.5 109.66 94.12 -
System Red Green Blue C M Y K H S L
Decimal 1 79 16 0.99 0 0.80 0.69 131.54 0.98 0.16
Hex 1 4F 10 63 0 50 45 84 62 10
Octal 1 117 20 143 0 120 105 204 142 20
Binary 1 1001111 10000 1100011 0 1010000 1000101 10000100 1100010 10000

Color Harmonies of #014F10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014F10

Black with #014F10

Text Example


Text Example

White with #014F10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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