Html Css Color HEX #014932 British Racing Green

📋 copy color: '#014932'

red 1 ◦ green 73 ◦ blue 50

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

Shades of British Racing Green #014932

Tints of British Racing Green #014932

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 40.32%

R = 0.81%
G = 58.87%
B = 40.32%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.32

 K value IS 0.71

RGB Variations

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

Color information

#014932 (or 0x014932) is known color: British Racing Green. HEX triplet: 01, 49 and 32. RGB value is (1,73,50). Sum of RGB (Red+Green+Blue) = 1+73+50=124 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.81% from 124); Green value is 73 (28.91% from 255 or 58.87% from 124); Blue value is 50 (19.92% from 255 or 40.32% from 124); Max value from RGB is 73 - color contains mainly: green. Hex color #014932 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #014932 is #FEB6CD. Grayscale: #303030. Windows color (decimal): -16692942 or 3295489. OLE color: 3295489.

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

Color convert

RGB 1 73 50 -
CMYK 0.99 0 0.32 0.71
HSL 160.83º 0.97% 0.15% -
HSV(B) 160.83º 0.99% 0.29% -
XYZ 2.97 5 3.83 -
YUV 48.85 128.65 93.87 -
System Red Green Blue C M Y K H S L
Decimal 1 73 50 0.99 0 0.32 0.71 160.83 0.97 0.15
Hex 1 49 32 63 0 20 47 A1 61 F
Octal 1 111 62 143 0 40 107 241 141 17
Binary 1 1001001 110010 1100011 0 100000 1000111 10100001 1100001 1111

Color Harmonies of #014932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014932

Black with #014932

Text Example


Text Example

White with #014932

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014932; }

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

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

background-color css

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

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

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

border-color css

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

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

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