Html Css Color HEX #014F19 British Racing Green

📋 copy color: '#014F19'

red 1 ◦ green 79 ◦ blue 25

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

Shades of British Racing Green #014F19

Tints of British Racing Green #014F19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 23.81%

R = 0.95%
G = 75.24%
B = 23.81%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.68

 K value IS 0.69

RGB Variations

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

Color information

#014F19 (or 0x014F19) is known color: British Racing Green. HEX triplet: 01, 4F and 19. RGB value is (1,79,25). Sum of RGB (Red+Green+Blue) = 1+79+25=105 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.95% from 105); Green value is 79 (31.25% from 255 or 75.24% from 105); Blue value is 25 (10.16% from 255 or 23.81% from 105); Max value from RGB is 79 - color contains mainly: green. Hex color #014F19 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #014F19 is #FEB0E6. Grayscale: #313131. Windows color (decimal): -16691431 or 1658625. OLE color: 1658625.

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

Color convert

RGB 1 79 25 -
CMYK 0.99 0 0.68 0.69
HSL 138.46º 0.98% 0.16% -
HSV(B) 138.46º 0.99% 0.31% -
XYZ 2.98 5.67 1.86 -
YUV 49.52 114.16 93.39 -
System Red Green Blue C M Y K H S L
Decimal 1 79 25 0.99 0 0.68 0.69 138.46 0.98 0.16
Hex 1 4F 19 63 0 44 45 8A 62 10
Octal 1 117 31 143 0 104 105 212 142 20
Binary 1 1001111 11001 1100011 0 1000100 1000101 10001010 1100010 10000

Color Harmonies of #014F19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014F19

Black with #014F19

Text Example


Text Example

White with #014F19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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