Html Css Color HEX #014B1F British Racing Green

📋 copy color: '#014B1F'

red 1 ◦ green 75 ◦ blue 31

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

Shades of British Racing Green #014B1F

Tints of British Racing Green #014B1F

RGB

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

 GREEN value IS 75 (29.69% from 255) = 70.09%

 BLUE value IS 31 (12.5% from 255) = 28.97%

R = 0.93%
G = 70.09%
B = 28.97%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.59

 K value IS 0.71

RGB Variations

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

Color information

#014B1F (or 0x014B1F) is known color: British Racing Green. HEX triplet: 01, 4B and 1F. RGB value is (1,75,31). Sum of RGB (Red+Green+Blue) = 1+75+31=107 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.93% from 107); Green value is 75 (29.69% from 255 or 70.09% from 107); Blue value is 31 (12.5% from 255 or 28.97% from 107); Max value from RGB is 75 - color contains mainly: green. Hex color #014B1F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #014B1F is #FEB4E0. Grayscale: #2F2F2F. Windows color (decimal): -16692449 or 2050817. OLE color: 2050817.

HSL color Cylindrical-coordinate representation of color #014B1F: hue angle of 144.32º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014B1F is Cyan = 0.99, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.71.

Color convert

RGB 1 75 31 -
CMYK 0.99 0 0.59 0.71
HSL 144.32º 0.97% 0.15% -
HSV(B) 144.32º 0.99% 0.29% -
XYZ 2.78 5.14 2.14 -
YUV 47.86 118.48 94.58 -
System Red Green Blue C M Y K H S L
Decimal 1 75 31 0.99 0 0.59 0.71 144.32 0.97 0.15
Hex 1 4B 1F 63 0 3B 47 90 61 F
Octal 1 113 37 143 0 73 107 220 141 17
Binary 1 1001011 11111 1100011 0 111011 1000111 10010000 1100001 1111

Color Harmonies of #014B1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014B1F

Black with #014B1F

Text Example


Text Example

White with #014B1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,75,31); }

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

background-color css

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

 a { background-color: rgb(1,75,31); }

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

border-color css

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

 span { border-color: rgb(1,75,31); }

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