Html Css Color HEX #014D30 British Racing Green

📋 copy color: '#014D30'

red 1 ◦ green 77 ◦ blue 48

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

Shades of British Racing Green #014D30

Tints of British Racing Green #014D30

RGB

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

 GREEN value IS 77 (30.47% from 255) = 61.11%

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

R = 0.79%
G = 61.11%
B = 38.1%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.38

 K value IS 0.70

RGB Variations

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

Color information

#014D30 (or 0x014D30) is known color: British Racing Green. HEX triplet: 01, 4D and 30. RGB value is (1,77,48). Sum of RGB (Red+Green+Blue) = 1+77+48=126 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.79% from 126); Green value is 77 (30.47% from 255 or 61.11% from 126); Blue value is 48 (19.14% from 255 or 38.10% from 126); Max value from RGB is 77 - color contains mainly: green. Hex color #014D30 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #014D30 is #FEB2CF. Grayscale: #333333. Windows color (decimal): -16691920 or 3165441. OLE color: 3165441.

HSL color Cylindrical-coordinate representation of color #014D30: hue angle of 157.11º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014D30 is Cyan = 0.99, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.70.

Color convert

RGB 1 77 48 -
CMYK 0.99 0 0.38 0.70
HSL 157.11º 0.97% 0.15% -
HSV(B) 157.11º 0.99% 0.3% -
XYZ 3.2 5.53 3.69 -
YUV 50.97 126.32 92.36 -
System Red Green Blue C M Y K H S L
Decimal 1 77 48 0.99 0 0.38 0.70 157.11 0.97 0.15
Hex 1 4D 30 63 0 26 46 9D 61 F
Octal 1 115 60 143 0 46 106 235 141 17
Binary 1 1001101 110000 1100011 0 100110 1000110 10011101 1100001 1111

Color Harmonies of #014D30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014D30

Black with #014D30

Text Example


Text Example

White with #014D30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014D30; }

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

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

background-color css

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

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

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

border-color css

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

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

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