Html Css Color HEX #014623 British Racing Green

📋 copy color: '#014623'

red 1 ◦ green 70 ◦ blue 35

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

Shades of British Racing Green #014623

Tints of British Racing Green #014623

RGB

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

 GREEN value IS 70 (27.73% from 255) = 66.04%

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

R = 0.94%
G = 66.04%
B = 33.02%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.5

 K value IS 0.73

RGB Variations

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

Color information

#014623 (or 0x014623) is known color: British Racing Green. HEX triplet: 01, 46 and 23. RGB value is (1,70,35). Sum of RGB (Red+Green+Blue) = 1+70+35=106 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.94% from 106); Green value is 70 (27.73% from 255 or 66.04% from 106); Blue value is 35 (14.06% from 255 or 33.02% from 106); Max value from RGB is 70 - color contains mainly: green. Hex color #014623 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #014623 is #FEB9DC. Grayscale: #2D2D2D. Windows color (decimal): -16693725 or 2311681. OLE color: 2311681.

HSL color Cylindrical-coordinate representation of color #014623: hue angle of 149.57º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014623 is Cyan = 0.99, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.73.

Color convert

RGB 1 70 35 -
CMYK 0.99 0 0.5 0.73
HSL 149.57º 0.97% 0.14% -
HSV(B) 149.57º 0.99% 0.27% -
XYZ 2.51 4.51 2.33 -
YUV 45.38 122.14 96.35 -
System Red Green Blue C M Y K H S L
Decimal 1 70 35 0.99 0 0.5 0.73 149.57 0.97 0.14
Hex 1 46 23 63 0 32 49 96 61 E
Octal 1 106 43 143 0 62 111 226 141 16
Binary 1 1000110 100011 1100011 0 110010 1001001 10010110 1100001 1110

Color Harmonies of #014623

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014623

Black with #014623

Text Example


Text Example

White with #014623

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014623; }

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

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

background-color css

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

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

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

border-color css

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

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

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