Html Css Color HEX #014730 British Racing Green

📋 copy color: '#014730'

red 1 ◦ green 71 ◦ blue 48

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

Shades of British Racing Green #014730

Tints of British Racing Green #014730

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 40%

R = 0.83%
G = 59.17%
B = 40%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.32

 K value IS 0.72

RGB Variations

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

Color information

#014730 (or 0x014730) is known color: British Racing Green. HEX triplet: 01, 47 and 30. RGB value is (1,71,48). Sum of RGB (Red+Green+Blue) = 1+71+48=120 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.83% from 120); Green value is 71 (28.12% from 255 or 59.17% from 120); Blue value is 48 (19.14% from 255 or 40% from 120); Max value from RGB is 71 - color contains mainly: green. Hex color #014730 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #014730 is #FEB8CF. Grayscale: #2F2F2F. Windows color (decimal): -16693456 or 3163905. OLE color: 3163905.

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

Color convert

RGB 1 71 48 -
CMYK 0.99 0 0.32 0.72
HSL 160.29º 0.97% 0.14% -
HSV(B) 160.29º 0.99% 0.28% -
XYZ 2.8 4.73 3.56 -
YUV 47.45 128.31 94.87 -
System Red Green Blue C M Y K H S L
Decimal 1 71 48 0.99 0 0.32 0.72 160.29 0.97 0.14
Hex 1 47 30 63 0 20 48 A0 61 E
Octal 1 107 60 143 0 40 110 240 141 16
Binary 1 1000111 110000 1100011 0 100000 1001000 10100000 1100001 1110

Color Harmonies of #014730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014730

Black with #014730

Text Example


Text Example

White with #014730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014730; }

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

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

background-color css

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

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

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

border-color css

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

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

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