Html Css Color HEX #014A30 British Racing Green

📋 copy color: '#014A30'

red 1 ◦ green 74 ◦ blue 48

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

Shades of British Racing Green #014A30

Tints of British Racing Green #014A30

RGB

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

 GREEN value IS 74 (29.3% from 255) = 60.16%

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

R = 0.81%
G = 60.16%
B = 39.02%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.35

 K value IS 0.71

RGB Variations

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

Color information

#014A30 (or 0x014A30) is known color: British Racing Green. HEX triplet: 01, 4A and 30. RGB value is (1,74,48). Sum of RGB (Red+Green+Blue) = 1+74+48=123 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.81% from 123); Green value is 74 (29.30% from 255 or 60.16% from 123); Blue value is 48 (19.14% from 255 or 39.02% from 123); Max value from RGB is 74 - color contains mainly: green. Hex color #014A30 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #014A30 is #FEB5CF. Grayscale: #313131. Windows color (decimal): -16692688 or 3164673. OLE color: 3164673.

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

Color convert

RGB 1 74 48 -
CMYK 0.99 0 0.35 0.71
HSL 158.63º 0.97% 0.15% -
HSV(B) 158.63º 0.99% 0.29% -
XYZ 2.99 5.12 3.63 -
YUV 49.21 127.32 93.61 -
System Red Green Blue C M Y K H S L
Decimal 1 74 48 0.99 0 0.35 0.71 158.63 0.97 0.15
Hex 1 4A 30 63 0 23 47 9F 61 F
Octal 1 112 60 143 0 43 107 237 141 17
Binary 1 1001010 110000 1100011 0 100011 1000111 10011111 1100001 1111

Color Harmonies of #014A30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014A30

Black with #014A30

Text Example


Text Example

White with #014A30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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