Html Css Color HEX #014A31 British Racing Green

📋 copy color: '#014A31'

red 1 ◦ green 74 ◦ blue 49

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

Shades of British Racing Green #014A31

Tints of British Racing Green #014A31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 39.52%

R = 0.81%
G = 59.68%
B = 39.52%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.34

 K value IS 0.71

RGB Variations

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

Color information

#014A31 (or 0x014A31) is known color: British Racing Green. HEX triplet: 01, 4A and 31. RGB value is (1,74,49). Sum of RGB (Red+Green+Blue) = 1+74+49=124 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.81% from 124); Green value is 74 (29.30% from 255 or 59.68% from 124); Blue value is 49 (19.53% from 255 or 39.52% from 124); Max value from RGB is 74 - color contains mainly: green. Hex color #014A31 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #014A31 is #FEB5CE. Grayscale: #313131. Windows color (decimal): -16692687 or 3230209. OLE color: 3230209.

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

Color convert

RGB 1 74 49 -
CMYK 0.99 0 0.34 0.71
HSL 159.45º 0.97% 0.15% -
HSV(B) 159.45º 0.99% 0.29% -
XYZ 3.02 5.13 3.74 -
YUV 49.32 127.82 93.53 -
System Red Green Blue C M Y K H S L
Decimal 1 74 49 0.99 0 0.34 0.71 159.45 0.97 0.15
Hex 1 4A 31 63 0 22 47 9F 61 F
Octal 1 112 61 143 0 42 107 237 141 17
Binary 1 1001010 110001 1100011 0 100010 1000111 10011111 1100001 1111

Color Harmonies of #014A31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014A31

Black with #014A31

Text Example


Text Example

White with #014A31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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