Html Css Color HEX #014D38 British Racing Green

📋 copy color: '#014D38'

red 1 ◦ green 77 ◦ blue 56

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

Shades of British Racing Green #014D38

Tints of British Racing Green #014D38

RGB

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

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

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

R = 0.75%
G = 57.46%
B = 41.79%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.27

 K value IS 0.70

RGB Variations

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

Color information

#014D38 (or 0x014D38) is known color: British Racing Green. HEX triplet: 01, 4D and 38. RGB value is (1,77,56). Sum of RGB (Red+Green+Blue) = 1+77+56=134 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.75% from 134); Green value is 77 (30.47% from 255 or 57.46% from 134); Blue value is 56 (22.27% from 255 or 41.79% from 134); Max value from RGB is 77 - color contains mainly: green. Hex color #014D38 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #014D38 is #FEB2C7. Grayscale: #333333. Windows color (decimal): -16691912 or 3689729. OLE color: 3689729.

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

Color convert

RGB 1 77 56 -
CMYK 0.99 0 0.27 0.70
HSL 163.42º 0.97% 0.15% -
HSV(B) 163.42º 0.99% 0.3% -
XYZ 3.38 5.6 4.64 -
YUV 51.88 130.32 91.71 -
System Red Green Blue C M Y K H S L
Decimal 1 77 56 0.99 0 0.27 0.70 163.42 0.97 0.15
Hex 1 4D 38 63 0 1B 46 A3 61 F
Octal 1 115 70 143 0 33 106 243 141 17
Binary 1 1001101 111000 1100011 0 11011 1000110 10100011 1100001 1111

Color Harmonies of #014D38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014D38

Black with #014D38

Text Example


Text Example

White with #014D38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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