Html Css Color HEX #014E2B British Racing Green

📋 copy color: '#014E2B'

red 1 ◦ green 78 ◦ blue 43

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

Shades of British Racing Green #014E2B

Tints of British Racing Green #014E2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 35.25%

R = 0.82%
G = 63.93%
B = 35.25%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.45

 K value IS 0.69

RGB Variations

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

Color information

#014E2B (or 0x014E2B) is known color: British Racing Green. HEX triplet: 01, 4E and 2B. RGB value is (1,78,43). Sum of RGB (Red+Green+Blue) = 1+78+43=122 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.82% from 122); Green value is 78 (30.86% from 255 or 63.93% from 122); Blue value is 43 (17.19% from 255 or 35.25% from 122); Max value from RGB is 78 - color contains mainly: green. Hex color #014E2B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #014E2B is #FEB1D4. Grayscale: #333333. Windows color (decimal): -16691669 or 2838017. OLE color: 2838017.

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

Color convert

RGB 1 78 43 -
CMYK 0.99 0 0.45 0.69
HSL 152.73º 0.97% 0.15% -
HSV(B) 152.73º 0.99% 0.31% -
XYZ 3.17 5.63 3.2 -
YUV 50.99 123.49 92.35 -
System Red Green Blue C M Y K H S L
Decimal 1 78 43 0.99 0 0.45 0.69 152.73 0.97 0.15
Hex 1 4E 2B 63 0 2D 45 99 61 F
Octal 1 116 53 143 0 55 105 231 141 17
Binary 1 1001110 101011 1100011 0 101101 1000101 10011001 1100001 1111

Color Harmonies of #014E2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014E2B

Black with #014E2B

Text Example


Text Example

White with #014E2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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