Html Css Color HEX #014925 British Racing Green

📋 copy color: '#014925'

red 1 ◦ green 73 ◦ blue 37

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

Shades of British Racing Green #014925

Tints of British Racing Green #014925

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 33.33%

R = 0.9%
G = 65.77%
B = 33.33%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.49

 K value IS 0.71

RGB Variations

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

Color information

#014925 (or 0x014925) is known color: British Racing Green. HEX triplet: 01, 49 and 25. RGB value is (1,73,37). Sum of RGB (Red+Green+Blue) = 1+73+37=111 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.90% from 111); Green value is 73 (28.91% from 255 or 65.77% from 111); Blue value is 37 (14.84% from 255 or 33.33% from 111); Max value from RGB is 73 - color contains mainly: green. Hex color #014925 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #014925 is #FEB6DA. Grayscale: #2F2F2F. Windows color (decimal): -16692955 or 2443521. OLE color: 2443521.

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

Color convert

RGB 1 73 37 -
CMYK 0.99 0 0.49 0.71
HSL 150º 0.97% 0.15% -
HSV(B) 150º 0.99% 0.29% -
XYZ 2.73 4.91 2.55 -
YUV 47.37 122.15 94.93 -
System Red Green Blue C M Y K H S L
Decimal 1 73 37 0.99 0 0.49 0.71 150 0.97 0.15
Hex 1 49 25 63 0 31 47 96 61 F
Octal 1 111 45 143 0 61 107 226 141 17
Binary 1 1001001 100101 1100011 0 110001 1000111 10010110 1100001 1111

Color Harmonies of #014925

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014925

Black with #014925

Text Example


Text Example

White with #014925

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014925; }

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

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

background-color css

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

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

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

border-color css

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

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

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