Html Css Color HEX #014C26 British Racing Green

📋 copy color: '#014C26'

red 1 ◦ green 76 ◦ blue 38

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

Shades of British Racing Green #014C26

Tints of British Racing Green #014C26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 33.04%

R = 0.87%
G = 66.09%
B = 33.04%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.5

 K value IS 0.70

RGB Variations

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

Color information

#014C26 (or 0x014C26) is known color: British Racing Green. HEX triplet: 01, 4C and 26. RGB value is (1,76,38). Sum of RGB (Red+Green+Blue) = 1+76+38=115 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.87% from 115); Green value is 76 (30.08% from 255 or 66.09% from 115); Blue value is 38 (15.23% from 255 or 33.04% from 115); Max value from RGB is 76 - color contains mainly: green. Hex color #014C26 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #014C26 is #FEB3D9. Grayscale: #313131. Windows color (decimal): -16692186 or 2509825. OLE color: 2509825.

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

Color convert

RGB 1 76 38 -
CMYK 0.99 0 0.5 0.70
HSL 149.6º 0.97% 0.15% -
HSV(B) 149.6º 0.99% 0.3% -
XYZ 2.95 5.32 2.7 -
YUV 49.24 121.65 93.59 -
System Red Green Blue C M Y K H S L
Decimal 1 76 38 0.99 0 0.5 0.70 149.6 0.97 0.15
Hex 1 4C 26 63 0 32 46 96 61 F
Octal 1 114 46 143 0 62 106 226 141 17
Binary 1 1001100 100110 1100011 0 110010 1000110 10010110 1100001 1111

Color Harmonies of #014C26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014C26

Black with #014C26

Text Example


Text Example

White with #014C26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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