Html Css Color HEX #014732 British Racing Green

📋 copy color: '#014732'

red 1 ◦ green 71 ◦ blue 50

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

Shades of British Racing Green #014732

Tints of British Racing Green #014732

RGB

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

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

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

R = 0.82%
G = 58.2%
B = 40.98%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.30

 K value IS 0.72

RGB Variations

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

Color information

#014732 (or 0x014732) is known color: British Racing Green. HEX triplet: 01, 47 and 32. RGB value is (1,71,50). Sum of RGB (Red+Green+Blue) = 1+71+50=122 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.82% from 122); Green value is 71 (28.12% from 255 or 58.20% from 122); Blue value is 50 (19.92% from 255 or 40.98% from 122); Max value from RGB is 71 - color contains mainly: green. Hex color #014732 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #014732 is #FEB8CD. Grayscale: #2F2F2F. Windows color (decimal): -16693454 or 3294977. OLE color: 3294977.

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

Color convert

RGB 1 71 50 -
CMYK 0.99 0 0.30 0.72
HSL 162º 0.97% 0.14% -
HSV(B) 162º 0.99% 0.28% -
XYZ 2.84 4.74 3.78 -
YUV 47.68 129.31 94.71 -
System Red Green Blue C M Y K H S L
Decimal 1 71 50 0.99 0 0.30 0.72 162 0.97 0.14
Hex 1 47 32 63 0 1E 48 A2 61 E
Octal 1 107 62 143 0 36 110 242 141 16
Binary 1 1000111 110010 1100011 0 11110 1001000 10100010 1100001 1110

Color Harmonies of #014732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014732

Black with #014732

Text Example


Text Example

White with #014732

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014732; }

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

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

background-color css

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

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

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

border-color css

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

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

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