Html Css Color HEX #014D0F British Racing Green

📋 copy color: '#014D0F'

red 1 ◦ green 77 ◦ blue 15

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

Shades of British Racing Green #014D0F

Tints of British Racing Green #014D0F

RGB

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

 GREEN value IS 77 (30.47% from 255) = 82.8%

 BLUE value IS 15 (6.25% from 255) = 16.13%

R = 1.08%
G = 82.8%
B = 16.13%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.81

 K value IS 0.70

RGB Variations

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

Color information

#014D0F (or 0x014D0F) is known color: British Racing Green. HEX triplet: 01, 4D and 0F. RGB value is (1,77,15). Sum of RGB (Red+Green+Blue) = 1+77+15=93 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.08% from 93); Green value is 77 (30.47% from 255 or 82.80% from 93); Blue value is 15 (6.25% from 255 or 16.13% from 93); Max value from RGB is 77 - color contains mainly: green. Hex color #014D0F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #014D0F is #FEB2F0. Grayscale: #2F2F2F. Windows color (decimal): -16691953 or 1002753. OLE color: 1002753.

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

Color convert

RGB 1 77 15 -
CMYK 0.99 0 0.81 0.70
HSL 131.05º 0.97% 0.15% -
HSV(B) 131.05º 0.99% 0.3% -
XYZ 2.75 5.35 1.34 -
YUV 47.21 109.82 95.04 -
System Red Green Blue C M Y K H S L
Decimal 1 77 15 0.99 0 0.81 0.70 131.05 0.97 0.15
Hex 1 4D F 63 0 51 46 83 61 F
Octal 1 115 17 143 0 121 106 203 141 17
Binary 1 1001101 1111 1100011 0 1010001 1000110 10000011 1100001 1111

Color Harmonies of #014D0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014D0F

Black with #014D0F

Text Example


Text Example

White with #014D0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,77,15); }

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

background-color css

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

 a { background-color: rgb(1,77,15); }

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

border-color css

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

 span { border-color: rgb(1,77,15); }

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