Html Css Color HEX #014924 British Racing Green

📋 copy color: '#014924'

red 1 ◦ green 73 ◦ blue 36

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

Shades of British Racing Green #014924

Tints of British Racing Green #014924

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 32.73%

R = 0.91%
G = 66.36%
B = 32.73%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.51

 K value IS 0.71

RGB Variations

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

Color information

#014924 (or 0x014924) is known color: British Racing Green. HEX triplet: 01, 49 and 24. RGB value is (1,73,36). Sum of RGB (Red+Green+Blue) = 1+73+36=110 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.91% from 110); Green value is 73 (28.91% from 255 or 66.36% from 110); Blue value is 36 (14.45% from 255 or 32.73% from 110); Max value from RGB is 73 - color contains mainly: green. Hex color #014924 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #014924 is #FEB6DB. Grayscale: #2F2F2F. Windows color (decimal): -16692956 or 2377985. OLE color: 2377985.

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

Color convert

RGB 1 73 36 -
CMYK 0.99 0 0.51 0.71
HSL 149.17º 0.97% 0.15% -
HSV(B) 149.17º 0.99% 0.29% -
XYZ 2.71 4.9 2.47 -
YUV 47.25 121.65 95.01 -
System Red Green Blue C M Y K H S L
Decimal 1 73 36 0.99 0 0.51 0.71 149.17 0.97 0.15
Hex 1 49 24 63 0 33 47 95 61 F
Octal 1 111 44 143 0 63 107 225 141 17
Binary 1 1001001 100100 1100011 0 110011 1000111 10010101 1100001 1111

Color Harmonies of #014924

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014924

Black with #014924

Text Example


Text Example

White with #014924

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014924; }

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

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

background-color css

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

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

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

border-color css

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

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

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