Html Css Color HEX #014531 British Racing Green

📋 copy color: '#014531'

red 1 ◦ green 69 ◦ blue 49

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

Shades of British Racing Green #014531

Tints of British Racing Green #014531

RGB

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

 GREEN value IS 69 (27.34% from 255) = 57.98%

 BLUE value IS 49 (19.53% from 255) = 41.18%

R = 0.84%
G = 57.98%
B = 41.18%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.29

 K value IS 0.73

RGB Variations

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

Color information

#014531 (or 0x014531) is known color: British Racing Green. HEX triplet: 01, 45 and 31. RGB value is (1,69,49). Sum of RGB (Red+Green+Blue) = 1+69+49=119 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.84% from 119); Green value is 69 (27.34% from 255 or 57.98% from 119); Blue value is 49 (19.53% from 255 or 41.18% from 119); Max value from RGB is 69 - color contains mainly: green. Hex color #014531 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #014531 is #FEBACE. Grayscale: #2E2E2E. Windows color (decimal): -16693967 or 3228929. OLE color: 3228929.

HSL color Cylindrical-coordinate representation of color #014531: hue angle of 162.35º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014531 is Cyan = 0.99, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.73.

Color convert

RGB 1 69 49 -
CMYK 0.99 0 0.29 0.73
HSL 162.35º 0.97% 0.14% -
HSV(B) 162.35º 0.99% 0.27% -
XYZ 2.7 4.48 3.63 -
YUV 46.39 129.47 95.63 -
System Red Green Blue C M Y K H S L
Decimal 1 69 49 0.99 0 0.29 0.73 162.35 0.97 0.14
Hex 1 45 31 63 0 1D 49 A2 61 E
Octal 1 105 61 143 0 35 111 242 141 16
Binary 1 1000101 110001 1100011 0 11101 1001001 10100010 1100001 1110

Color Harmonies of #014531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014531

Black with #014531

Text Example


Text Example

White with #014531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014531; }

 p { color: rgb(1,69,49); }

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

background-color css

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

 a { background-color: rgb(1,69,49); }

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

border-color css

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

 span { border-color: rgb(1,69,49); }

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