Html Css Color HEX #014D1A British Racing Green

📋 copy color: '#014D1A'

red 1 ◦ green 77 ◦ blue 26

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

Shades of British Racing Green #014D1A

Tints of British Racing Green #014D1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 25%

R = 0.96%
G = 74.04%
B = 25%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.66

 K value IS 0.70

RGB Variations

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

Color information

#014D1A (or 0x014D1A) is known color: British Racing Green. HEX triplet: 01, 4D and 1A. RGB value is (1,77,26). Sum of RGB (Red+Green+Blue) = 1+77+26=104 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.96% from 104); Green value is 77 (30.47% from 255 or 74.04% from 104); Blue value is 26 (10.55% from 255 or 25% from 104); Max value from RGB is 77 - color contains mainly: green. Hex color #014D1A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #014D1A is #FEB2E5. Grayscale: #303030. Windows color (decimal): -16691942 or 1723649. OLE color: 1723649.

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

Color convert

RGB 1 77 26 -
CMYK 0.99 0 0.66 0.70
HSL 139.74º 0.97% 0.15% -
HSV(B) 139.74º 0.99% 0.3% -
XYZ 2.85 5.39 1.87 -
YUV 48.46 115.32 94.15 -
System Red Green Blue C M Y K H S L
Decimal 1 77 26 0.99 0 0.66 0.70 139.74 0.97 0.15
Hex 1 4D 1A 63 0 42 46 8C 61 F
Octal 1 115 32 143 0 102 106 214 141 17
Binary 1 1001101 11010 1100011 0 1000010 1000110 10001100 1100001 1111

Color Harmonies of #014D1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014D1A

Black with #014D1A

Text Example


Text Example

White with #014D1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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