Html Css Color HEX #014E38 British Racing Green

📋 copy color: '#014E38'

red 1 ◦ green 78 ◦ blue 56

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

Shades of British Racing Green #014E38

Tints of British Racing Green #014E38

RGB

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

 GREEN value IS 78 (30.86% from 255) = 57.78%

 BLUE value IS 56 (22.27% from 255) = 41.48%

R = 0.74%
G = 57.78%
B = 41.48%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.28

 K value IS 0.69

RGB Variations

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

Color information

#014E38 (or 0x014E38) is known color: British Racing Green. HEX triplet: 01, 4E and 38. RGB value is (1,78,56). Sum of RGB (Red+Green+Blue) = 1+78+56=135 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.74% from 135); Green value is 78 (30.86% from 255 or 57.78% from 135); Blue value is 56 (22.27% from 255 or 41.48% from 135); Max value from RGB is 78 - color contains mainly: green. Hex color #014E38 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #014E38 is #FEB1C7. Grayscale: #343434. Windows color (decimal): -16691656 or 3689985. OLE color: 3689985.

HSL color Cylindrical-coordinate representation of color #014E38: hue angle of 162.86º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014E38 is Cyan = 0.99, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.69.

Color convert

RGB 1 78 56 -
CMYK 0.99 0 0.28 0.69
HSL 162.86º 0.97% 0.15% -
HSV(B) 162.86º 0.99% 0.31% -
XYZ 3.45 5.74 4.67 -
YUV 52.47 129.99 91.29 -
System Red Green Blue C M Y K H S L
Decimal 1 78 56 0.99 0 0.28 0.69 162.86 0.97 0.15
Hex 1 4E 38 63 0 1C 45 A3 61 F
Octal 1 116 70 143 0 34 105 243 141 17
Binary 1 1001110 111000 1100011 0 11100 1000101 10100011 1100001 1111

Color Harmonies of #014E38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014E38

Black with #014E38

Text Example


Text Example

White with #014E38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,78,56); }

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

background-color css

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

 a { background-color: rgb(1,78,56); }

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

border-color css

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

 span { border-color: rgb(1,78,56); }

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