Html Css Color HEX #014C1A British Racing Green

📋 copy color: '#014C1A'

red 1 ◦ green 76 ◦ blue 26

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

Shades of British Racing Green #014C1A

Tints of British Racing Green #014C1A

RGB

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

 GREEN value IS 76 (30.08% from 255) = 73.79%

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

R = 0.97%
G = 73.79%
B = 25.24%

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

#014C1A (or 0x014C1A) is known color: British Racing Green. HEX triplet: 01, 4C and 1A. RGB value is (1,76,26). Sum of RGB (Red+Green+Blue) = 1+76+26=103 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.97% from 103); Green value is 76 (30.08% from 255 or 73.79% from 103); Blue value is 26 (10.55% from 255 or 25.24% from 103); Max value from RGB is 76 - color contains mainly: green. Hex color #014C1A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #014C1A is #FEB3E5. Grayscale: #2F2F2F. Windows color (decimal): -16692198 or 1723393. OLE color: 1723393.

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

Color convert

RGB 1 76 26 -
CMYK 0.99 0 0.66 0.70
HSL 140º 0.97% 0.15% -
HSV(B) 140º 0.99% 0.3% -
XYZ 2.78 5.25 1.84 -
YUV 47.88 115.65 94.57 -
System Red Green Blue C M Y K H S L
Decimal 1 76 26 0.99 0 0.66 0.70 140 0.97 0.15
Hex 1 4C 1A 63 0 42 46 8C 61 F
Octal 1 114 32 143 0 102 106 214 141 17
Binary 1 1001100 11010 1100011 0 1000010 1000110 10001100 1100001 1111

Color Harmonies of #014C1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014C1A

Black with #014C1A

Text Example


Text Example

White with #014C1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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