Html Css Color HEX #014935 British Racing Green

📋 copy color: '#014935'

red 1 ◦ green 73 ◦ blue 53

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

Shades of British Racing Green #014935

Tints of British Racing Green #014935

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 41.73%

R = 0.79%
G = 57.48%
B = 41.73%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.27

 K value IS 0.71

RGB Variations

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

Color information

#014935 (or 0x014935) is known color: British Racing Green. HEX triplet: 01, 49 and 35. RGB value is (1,73,53). Sum of RGB (Red+Green+Blue) = 1+73+53=127 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.79% from 127); Green value is 73 (28.91% from 255 or 57.48% from 127); Blue value is 53 (21.09% from 255 or 41.73% from 127); Max value from RGB is 73 - color contains mainly: green. Hex color #014935 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #014935 is #FEB6CA. Grayscale: #313131. Windows color (decimal): -16692939 or 3492097. OLE color: 3492097.

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

Color convert

RGB 1 73 53 -
CMYK 0.99 0 0.27 0.71
HSL 163.33º 0.97% 0.15% -
HSV(B) 163.33º 0.99% 0.29% -
XYZ 3.04 5.03 4.18 -
YUV 49.19 130.15 93.63 -
System Red Green Blue C M Y K H S L
Decimal 1 73 53 0.99 0 0.27 0.71 163.33 0.97 0.15
Hex 1 49 35 63 0 1B 47 A3 61 F
Octal 1 111 65 143 0 33 107 243 141 17
Binary 1 1001001 110101 1100011 0 11011 1000111 10100011 1100001 1111

Color Harmonies of #014935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014935

Black with #014935

Text Example


Text Example

White with #014935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014935; }

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

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

background-color css

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

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

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

border-color css

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

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

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