Html Css Color HEX #014C27 British Racing Green

📋 copy color: '#014C27'

red 1 ◦ green 76 ◦ blue 39

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

Shades of British Racing Green #014C27

Tints of British Racing Green #014C27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 33.62%

R = 0.86%
G = 65.52%
B = 33.62%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.49

 K value IS 0.70

RGB Variations

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

Color information

#014C27 (or 0x014C27) is known color: British Racing Green. HEX triplet: 01, 4C and 27. RGB value is (1,76,39). Sum of RGB (Red+Green+Blue) = 1+76+39=116 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.86% from 116); Green value is 76 (30.08% from 255 or 65.52% from 116); Blue value is 39 (15.62% from 255 or 33.62% from 116); Max value from RGB is 76 - color contains mainly: green. Hex color #014C27 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #014C27 is #FEB3D8. Grayscale: #313131. Windows color (decimal): -16692185 or 2575361. OLE color: 2575361.

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

Color convert

RGB 1 76 39 -
CMYK 0.99 0 0.49 0.70
HSL 150.4º 0.97% 0.15% -
HSV(B) 150.4º 0.99% 0.3% -
XYZ 2.96 5.32 2.79 -
YUV 49.36 122.15 93.51 -
System Red Green Blue C M Y K H S L
Decimal 1 76 39 0.99 0 0.49 0.70 150.4 0.97 0.15
Hex 1 4C 27 63 0 31 46 96 61 F
Octal 1 114 47 143 0 61 106 226 141 17
Binary 1 1001100 100111 1100011 0 110001 1000110 10010110 1100001 1111

Color Harmonies of #014C27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014C27

Black with #014C27

Text Example


Text Example

White with #014C27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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