Html Css Color HEX #014930 British Racing Green

📋 copy color: '#014930'

red 1 ◦ green 73 ◦ blue 48

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

Shades of British Racing Green #014930

Tints of British Racing Green #014930

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 39.34%

R = 0.82%
G = 59.84%
B = 39.34%

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

#014930 (or 0x014930) is known color: British Racing Green. HEX triplet: 01, 49 and 30. RGB value is (1,73,48). Sum of RGB (Red+Green+Blue) = 1+73+48=122 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.82% from 122); Green value is 73 (28.91% from 255 or 59.84% from 122); Blue value is 48 (19.14% from 255 or 39.34% from 122); Max value from RGB is 73 - color contains mainly: green. Hex color #014930 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #014930 is #FEB6CF. Grayscale: #303030. Windows color (decimal): -16692944 or 3164417. OLE color: 3164417.

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

Color convert

RGB 1 73 48 -
CMYK 0.99 0 0.34 0.71
HSL 159.17º 0.97% 0.15% -
HSV(B) 159.17º 0.99% 0.29% -
XYZ 2.93 4.98 3.6 -
YUV 48.62 127.65 94.03 -
System Red Green Blue C M Y K H S L
Decimal 1 73 48 0.99 0 0.34 0.71 159.17 0.97 0.15
Hex 1 49 30 63 0 22 47 9F 61 F
Octal 1 111 60 143 0 42 107 237 141 17
Binary 1 1001001 110000 1100011 0 100010 1000111 10011111 1100001 1111

Color Harmonies of #014930

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014930

Black with #014930

Text Example


Text Example

White with #014930

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014930; }

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

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

background-color css

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

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

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

border-color css

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

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

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