Html Css Color HEX #014A18 British Racing Green

📋 copy color: '#014A18'

red 1 ◦ green 74 ◦ blue 24

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

Shades of British Racing Green #014A18

Tints of British Racing Green #014A18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 24.24%

R = 1.01%
G = 74.75%
B = 24.24%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.68

 K value IS 0.71

RGB Variations

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

Color information

#014A18 (or 0x014A18) is known color: British Racing Green. HEX triplet: 01, 4A and 18. RGB value is (1,74,24). Sum of RGB (Red+Green+Blue) = 1+74+24=99 (13% of max value = 765). Red value is 1 (0.78% from 255 or 1.01% from 99); Green value is 74 (29.30% from 255 or 74.75% from 99); Blue value is 24 (9.77% from 255 or 24.24% from 99); Max value from RGB is 74 - color contains mainly: green. Hex color #014A18 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #014A18 is #FEB5E7. Grayscale: #2E2E2E. Windows color (decimal): -16692712 or 1591809. OLE color: 1591809.

HSL color Cylindrical-coordinate representation of color #014A18: hue angle of 138.9º 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 #014A18 is Cyan = 0.99, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.71.

Color convert

RGB 1 74 24 -
CMYK 0.99 0 0.68 0.71
HSL 138.9º 0.97% 0.15% -
HSV(B) 138.9º 0.99% 0.29% -
XYZ 2.63 4.97 1.69 -
YUV 46.47 115.32 95.57 -
System Red Green Blue C M Y K H S L
Decimal 1 74 24 0.99 0 0.68 0.71 138.9 0.97 0.15
Hex 1 4A 18 63 0 44 47 8B 61 F
Octal 1 112 30 143 0 104 107 213 141 17
Binary 1 1001010 11000 1100011 0 1000100 1000111 10001011 1100001 1111

Color Harmonies of #014A18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014A18

Black with #014A18

Text Example


Text Example

White with #014A18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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