Html Css Color HEX #014A0F British Racing Green

📋 copy color: '#014A0F'

red 1 ◦ green 74 ◦ blue 15

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

Shades of British Racing Green #014A0F

Tints of British Racing Green #014A0F

RGB

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

 GREEN value IS 74 (29.3% from 255) = 82.22%

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

R = 1.11%
G = 82.22%
B = 16.67%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.80

 K value IS 0.71

RGB Variations

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

Color information

#014A0F (or 0x014A0F) is known color: British Racing Green. HEX triplet: 01, 4A and 0F. RGB value is (1,74,15). Sum of RGB (Red+Green+Blue) = 1+74+15=90 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.11% from 90); Green value is 74 (29.30% from 255 or 82.22% from 90); Blue value is 15 (6.25% from 255 or 16.67% from 90); Max value from RGB is 74 - color contains mainly: green. Hex color #014A0F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #014A0F is #FEB5F0. Grayscale: #2D2D2D. Windows color (decimal): -16692721 or 1001985. OLE color: 1001985.

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

Color convert

RGB 1 74 15 -
CMYK 0.99 0 0.80 0.71
HSL 131.51º 0.97% 0.15% -
HSV(B) 131.51º 0.99% 0.29% -
XYZ 2.55 4.94 1.27 -
YUV 45.45 110.82 96.3 -
System Red Green Blue C M Y K H S L
Decimal 1 74 15 0.99 0 0.80 0.71 131.51 0.97 0.15
Hex 1 4A F 63 0 50 47 84 61 F
Octal 1 112 17 143 0 120 107 204 141 17
Binary 1 1001010 1111 1100011 0 1010000 1000111 10000100 1100001 1111

Color Harmonies of #014A0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014A0F

Black with #014A0F

Text Example


Text Example

White with #014A0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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