Html Css Color HEX #014927 British Racing Green

📋 copy color: '#014927'

red 1 ◦ green 73 ◦ blue 39

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

Shades of British Racing Green #014927

Tints of British Racing Green #014927

RGB

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

 GREEN value IS 73 (28.91% from 255) = 64.6%

 BLUE value IS 39 (15.63% from 255) = 34.51%

R = 0.88%
G = 64.6%
B = 34.51%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.47

 K value IS 0.71

RGB Variations

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

Color information

#014927 (or 0x014927) is known color: British Racing Green. HEX triplet: 01, 49 and 27. RGB value is (1,73,39). Sum of RGB (Red+Green+Blue) = 1+73+39=113 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.88% from 113); Green value is 73 (28.91% from 255 or 64.60% from 113); Blue value is 39 (15.62% from 255 or 34.51% from 113); Max value from RGB is 73 - color contains mainly: green. Hex color #014927 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #014927 is #FEB6D8. Grayscale: #2F2F2F. Windows color (decimal): -16692953 or 2574593. OLE color: 2574593.

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

Color convert

RGB 1 73 39 -
CMYK 0.99 0 0.47 0.71
HSL 151.67º 0.97% 0.15% -
HSV(B) 151.67º 0.99% 0.29% -
XYZ 2.76 4.92 2.72 -
YUV 47.6 123.15 94.76 -
System Red Green Blue C M Y K H S L
Decimal 1 73 39 0.99 0 0.47 0.71 151.67 0.97 0.15
Hex 1 49 27 63 0 2F 47 98 61 F
Octal 1 111 47 143 0 57 107 230 141 17
Binary 1 1001001 100111 1100011 0 101111 1000111 10011000 1100001 1111

Color Harmonies of #014927

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014927

Black with #014927

Text Example


Text Example

White with #014927

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014927; }

 p { color: rgb(1,73,39); }

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

background-color css

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

 a { background-color: rgb(1,73,39); }

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

border-color css

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

 span { border-color: rgb(1,73,39); }

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