Html Css Color HEX #014733 British Racing Green

📋 copy color: '#014733'

red 1 ◦ green 71 ◦ blue 51

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

Shades of British Racing Green #014733

Tints of British Racing Green #014733

RGB

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

 GREEN value IS 71 (28.13% from 255) = 57.72%

 BLUE value IS 51 (20.31% from 255) = 41.46%

R = 0.81%
G = 57.72%
B = 41.46%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.28

 K value IS 0.72

RGB Variations

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

Color information

#014733 (or 0x014733) is known color: British Racing Green. HEX triplet: 01, 47 and 33. RGB value is (1,71,51). Sum of RGB (Red+Green+Blue) = 1+71+51=123 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.81% from 123); Green value is 71 (28.12% from 255 or 57.72% from 123); Blue value is 51 (20.31% from 255 or 41.46% from 123); Max value from RGB is 71 - color contains mainly: green. Hex color #014733 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #014733 is #FEB8CC. Grayscale: #2F2F2F. Windows color (decimal): -16693453 or 3360513. OLE color: 3360513.

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

Color convert

RGB 1 71 51 -
CMYK 0.99 0 0.28 0.72
HSL 162.86º 0.97% 0.14% -
HSV(B) 162.86º 0.99% 0.28% -
XYZ 2.86 4.75 3.9 -
YUV 47.79 129.81 94.63 -
System Red Green Blue C M Y K H S L
Decimal 1 71 51 0.99 0 0.28 0.72 162.86 0.97 0.14
Hex 1 47 33 63 0 1C 48 A3 61 E
Octal 1 107 63 143 0 34 110 243 141 16
Binary 1 1000111 110011 1100011 0 11100 1001000 10100011 1100001 1110

Color Harmonies of #014733

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014733

Black with #014733

Text Example


Text Example

White with #014733

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014733; }

 p { color: rgb(1,71,51); }

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

background-color css

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

 a { background-color: rgb(1,71,51); }

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

border-color css

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

 span { border-color: rgb(1,71,51); }

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