Html Css Color HEX #014E23 British Racing Green

📋 copy color: '#014E23'

red 1 ◦ green 78 ◦ blue 35

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

Shades of British Racing Green #014E23

Tints of British Racing Green #014E23

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 30.7%

R = 0.88%
G = 68.42%
B = 30.7%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.55

 K value IS 0.69

RGB Variations

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

Color information

#014E23 (or 0x014E23) is known color: British Racing Green. HEX triplet: 01, 4E and 23. RGB value is (1,78,35). Sum of RGB (Red+Green+Blue) = 1+78+35=114 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.88% from 114); Green value is 78 (30.86% from 255 or 68.42% from 114); Blue value is 35 (14.06% from 255 or 30.70% from 114); Max value from RGB is 78 - color contains mainly: green. Hex color #014E23 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #014E23 is #FEB1DC. Grayscale: #323232. Windows color (decimal): -16691677 or 2313729. OLE color: 2313729.

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

Color convert

RGB 1 78 35 -
CMYK 0.99 0 0.55 0.69
HSL 146.49º 0.97% 0.15% -
HSV(B) 146.49º 0.99% 0.31% -
XYZ 3.04 5.58 2.51 -
YUV 50.08 119.49 93 -
System Red Green Blue C M Y K H S L
Decimal 1 78 35 0.99 0 0.55 0.69 146.49 0.97 0.15
Hex 1 4E 23 63 0 37 45 92 61 F
Octal 1 116 43 143 0 67 105 222 141 17
Binary 1 1001110 100011 1100011 0 110111 1000101 10010010 1100001 1111

Color Harmonies of #014E23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014E23

Black with #014E23

Text Example


Text Example

White with #014E23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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