Html Css Color HEX #014923 British Racing Green

📋 copy color: '#014923'

red 1 ◦ green 73 ◦ blue 35

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

Shades of British Racing Green #014923

Tints of British Racing Green #014923

RGB

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

 GREEN value IS 73 (28.91% from 255) = 66.97%

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

R = 0.92%
G = 66.97%
B = 32.11%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.52

 K value IS 0.71

RGB Variations

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

Color information

#014923 (or 0x014923) is known color: British Racing Green. HEX triplet: 01, 49 and 23. RGB value is (1,73,35). Sum of RGB (Red+Green+Blue) = 1+73+35=109 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.92% from 109); Green value is 73 (28.91% from 255 or 66.97% from 109); Blue value is 35 (14.06% from 255 or 32.11% from 109); Max value from RGB is 73 - color contains mainly: green. Hex color #014923 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #014923 is #FEB6DC. Grayscale: #2F2F2F. Windows color (decimal): -16692957 or 2312449. OLE color: 2312449.

HSL color Cylindrical-coordinate representation of color #014923: hue angle of 148.33º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014923 is Cyan = 0.99, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.71.

Color convert

RGB 1 73 35 -
CMYK 0.99 0 0.52 0.71
HSL 148.33º 0.97% 0.15% -
HSV(B) 148.33º 0.99% 0.29% -
XYZ 2.7 4.89 2.39 -
YUV 47.14 121.15 95.09 -
System Red Green Blue C M Y K H S L
Decimal 1 73 35 0.99 0 0.52 0.71 148.33 0.97 0.15
Hex 1 49 23 63 0 34 47 94 61 F
Octal 1 111 43 143 0 64 107 224 141 17
Binary 1 1001001 100011 1100011 0 110100 1000111 10010100 1100001 1111

Color Harmonies of #014923

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014923

Black with #014923

Text Example


Text Example

White with #014923

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014923; }

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

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

background-color css

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

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

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

border-color css

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

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

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